[themes] fixed dropdown menu style
This commit is contained in:
parent
1e878cd085
commit
50a97c9152
|
@ -39,8 +39,8 @@
|
|||
|
||||
&:focus, &.focus {
|
||||
outline: 0;
|
||||
color: @text-normal-pressed-ie;
|
||||
color: @text-normal-pressed;
|
||||
color: @text-normal-ie;
|
||||
color: @text-normal;
|
||||
background-color: @highlight-button-hover-ie;
|
||||
background-color: @highlight-button-hover;
|
||||
}
|
||||
|
@ -55,14 +55,14 @@
|
|||
|
||||
&.over > a {
|
||||
text-decoration: none;
|
||||
color: @text-normal-pressed-ie;
|
||||
color: @text-normal-pressed;
|
||||
//color: @text-normal-pressed-ie;
|
||||
//color: @text-normal-pressed;
|
||||
background-color: @highlight-button-hover-ie;
|
||||
background-color: @highlight-button-hover;
|
||||
|
||||
&:after {
|
||||
border-left-color: @icon-normal-pressed-ie;
|
||||
border-left-color: @icon-normal-pressed;
|
||||
border-left-color: @icon-normal-ie;
|
||||
border-left-color: @icon-normal;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue