mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user