0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Changes non-transparent navbar search box color to match transparent one better

This commit is contained in:
Pete Hopkins 2012-01-26 17:03:15 -05:00
parent faa719d59c
commit a1fc352cc2

View 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);