simplify drop down logic - fix color of search hover for ie
This commit is contained in:
parent
72899a4ee8
commit
1fc4491cd6
4 changed files with 11 additions and 24 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue