Fix color
This commit is contained in:
parent
76bcdea1e8
commit
9bc917c0ac
|
@ -215,6 +215,8 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
&:active{
|
&:active{
|
||||||
|
color: @text-normal-pressed-ie;
|
||||||
|
color: @text-normal-pressed;
|
||||||
background-color: @highlight-button-pressed-ie;
|
background-color: @highlight-button-pressed-ie;
|
||||||
background-color: @highlight-button-pressed;
|
background-color: @highlight-button-pressed;
|
||||||
}
|
}
|
||||||
|
|
|
@ -248,6 +248,8 @@
|
||||||
background-color: @highlight-button-hover;
|
background-color: @highlight-button-hover;
|
||||||
}
|
}
|
||||||
&:active{
|
&:active{
|
||||||
|
color: @text-normal-pressed-ie;
|
||||||
|
color: @text-normal-pressed;
|
||||||
background-color: @highlight-button-pressed-ie;
|
background-color: @highlight-button-pressed-ie;
|
||||||
background-color: @highlight-button-pressed;
|
background-color: @highlight-button-pressed;
|
||||||
}
|
}
|
||||||
|
|
|
@ -316,6 +316,8 @@
|
||||||
background-color: @highlight-button-hover;
|
background-color: @highlight-button-hover;
|
||||||
}
|
}
|
||||||
&:active{
|
&:active{
|
||||||
|
color: @text-normal-pressed-ie;
|
||||||
|
color: @text-normal-pressed;
|
||||||
background-color: @highlight-button-pressed-ie;
|
background-color: @highlight-button-pressed-ie;
|
||||||
background-color: @highlight-button-pressed;
|
background-color: @highlight-button-pressed;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue