aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Baumstark2012-04-13 05:16:52 +0200
committerNiklas Baumstark2012-04-13 05:16:52 +0200
commitcbe44163f741b3b20ad06464f9dda80ed271bd15 (patch)
tree16c71a84922b3cb36c4f47fffa1eaf6225f8c2c0
parent549f38eb3dc994cff20e10eb69a2f155a498abdf (diff)
downloadvimium-cbe44163f741b3b20ad06464f9dda80ed271bd15.tar.bz2
improve CSS, fix input width
-rw-r--r--vimium.css8
1 files 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;
}