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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user