2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03: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
+2 -2
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;
}