1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-01 07:46:47 +02:00

simplify drop down logic - fix color of search hover for ie

This commit is contained in:
Jacob Thornton
2011-08-21 11:22:33 -07:00
parent 72899a4ee8
commit 1fc4491cd6
4 changed files with 11 additions and 24 deletions

View File

@@ -53,7 +53,7 @@ div.topbar {
position: relative;
.opacity(100);
input {
background-color: @grayLight;
background-color: #444;
background-color: rgba(255,255,255,.3);
#font > .sans-serif(13px, normal, 1);
width: 220px;
@@ -74,7 +74,7 @@ div.topbar {
color: @grayLighter;
}
&:hover {
background-color: #444;
background-color: @grayLight;
background-color: rgba(255,255,255,.5);
color: #fff;
}