From 31c38cef439890364d6fc9e08fad2c826e6c97ca Mon Sep 17 00:00:00 2001 From: mrmr1993 Date: Wed, 13 May 2015 00:23:45 +0100 Subject: Remove unused styles for the HUD --- content_scripts/vimium.css | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'content_scripts') diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index f36fe0c3..647c8025 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -274,30 +274,6 @@ iframe.vimiumHUDFrame { z-index: 2147483646; opacity: 0; } -/* Hide the span between search box letters */ -div.vimiumHUD span { - display: none; -} -div.vimiumHUD a:link, div.vimiumHUD a:hover { - background: transparent; - color: blue; - text-decoration: underline; -} -div.vimiumHUD a:link.close-button { - float:right; - font-family:courier new; - font-weight:bold; - color:#9C9A9A; - text-decoration:none; - padding-left:10px; - margin-top:-1px; - font-size:14px; -} -div.vimiumHUD a.close-button:hover { - color:#333333; - cursor:default; - -webkit-user-select:none; -} body.vimiumFindMode ::selection { background: #ff9632; -- cgit v1.2.3