diff options
| author | mrmr1993 | 2015-05-13 00:23:45 +0100 | 
|---|---|---|
| committer | mrmr1993 | 2015-05-13 00:50:36 +0100 | 
| commit | 31c38cef439890364d6fc9e08fad2c826e6c97ca (patch) | |
| tree | 66a92f89753ffe6888ae7ffd35901eedb74831c8 /content_scripts/vimium.css | |
| parent | 0e6692932d11e2c82514d65d0cd45e1325e2647c (diff) | |
| download | vimium-31c38cef439890364d6fc9e08fad2c826e6c97ca.tar.bz2 | |
Remove unused styles for the HUD
Diffstat (limited to 'content_scripts/vimium.css')
| -rw-r--r-- | content_scripts/vimium.css | 24 | 
1 files changed, 0 insertions, 24 deletions
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;  | 
