From cbe44163f741b3b20ad06464f9dda80ed271bd15 Mon Sep 17 00:00:00 2001 From: Niklas Baumstark Date: Fri, 13 Apr 2012 05:16:52 +0200 Subject: improve CSS, fix input width --- vimium.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/vimium.css b/vimium.css index 774c0fd3..7d9ef3d1 100644 --- a/vimium.css +++ b/vimium.css @@ -293,6 +293,7 @@ body.vimiumFindMode ::selection { #fuzzybox { position: fixed !important; width: 80% !important; + min-width: 400px !important; top: 70px !important; left: 50% !important; margin: 0 0 0 -40% !important; @@ -374,7 +375,8 @@ body.vimiumFindMode ::selection { font-size: inherit !important; font-family: inherit !important; color: inherit !important; - background: none; - outline: none; - border: none; + background: none !important; + outline: none !important; + border: none !important; + width: 90% !important; } -- cgit v1.2.3