diff options
| author | Niklas Baumstark | 2012-01-23 13:17:09 +0100 |
|---|---|---|
| committer | Niklas Baumstark | 2012-04-10 23:54:37 +0200 |
| commit | 6be4f6164b468cdc0657defe3825fde745ef7116 (patch) | |
| tree | a08d77fe72943e3e5694608c6e7423d6d428a6a0 | |
| parent | aa5b39f3e211169d43ec7c3ce5bdd39b49a54f44 (diff) | |
| download | vimium-6be4f6164b468cdc0657defe3825fde745ef7116.tar.bz2 | |
make CSS more robust
| -rw-r--r-- | vimium.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -326,11 +326,15 @@ body.vimiumFindMode ::selection { #fuzzybox li .fuzzyMatch { color: red !important; + font-size: inherit !important; + font-family: inherit !important; } #fuzzybox li em, #fuzzybox li .title { color: #444 !important; font-weight: normal !important; + font-size: inherit !important; + font-family: inherit !important; } #fuzzybox li em { font-style: italic !important; @@ -346,6 +350,7 @@ body.vimiumFindMode ::selection { color: #ccc !important; border-radius: 4px !important; font-weight: normal !important; + font-family: inherit !important; } #fuzzybox li.selected em, #fuzzybox li.selected .title { color: #666 !important; @@ -355,8 +360,12 @@ body.vimiumFindMode ::selection { font-size: 28px !important; padding: 0 !important; margin: 0 !important; + font-size: inherit !important; + font-family: inherit !important; } #fuzzybox .input .prompt { color: orange !important; + font-size: inherit !important; + font-family: inherit !important; } |
