Fix: Use pure white color on icons when hovering over for a better contrast when the background is also a bit light
This commit is contained in:
parent
5e8069bd8c
commit
d4008e06b0
1 changed files with 1 additions and 0 deletions
|
|
@ -1672,6 +1672,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||||
|
|
||||||
.button-flat:hover {
|
.button-flat:hover {
|
||||||
background-color: rgba(255, 255, 255, 0.2);
|
background-color: rgba(255, 255, 255, 0.2);
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alphaPickerButton:hover {
|
.alphaPickerButton:hover {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue