]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Changes non-transparent navbar search box color to match transparent one better
authorPete Hopkins <phopkins@twitter.com>
Thu, 26 Jan 2012 22:03:15 +0000 (17:03 -0500)
committerPete Hopkins <phopkins@twitter.com>
Fri, 27 Jan 2012 21:35:40 +0000 (16:35 -0500)
less/navbar.less

index dba95e5cd95274f7797947b446ff05810e62a17c..bdd71a1b1aeb058639fae18dd3b9880824dcaea1 100644 (file)
@@ -74,7 +74,7 @@
     #font > .sans-serif(13px, normal, 1);
     color: @white;
     color: rgba(255,255,255,.75);
-    background: #444;
+    background: #6a6a6a;
     background: rgba(255,255,255,.3);
     border: 1px solid #111;
     @shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0px rgba(255,255,255,.15);