From 6be4f6164b468cdc0657defe3825fde745ef7116 Mon Sep 17 00:00:00 2001 From: Niklas Baumstark Date: Mon, 23 Jan 2012 13:17:09 +0100 Subject: make CSS more robust --- vimium.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vimium.css b/vimium.css index 5d0f69ad..53bc50d8 100644 --- a/vimium.css +++ b/vimium.css @@ -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; } -- cgit v1.2.3