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:
lscambo13
2025-01-28 10:01:17 -08:00
parent 5e8069bd8c
commit d4008e06b0

View File

@@ -1672,6 +1672,7 @@ div[data-role=controlgroup] a.ui-btn-active {
.button-flat:hover {
background-color: rgba(255, 255, 255, 0.2);
color: white;
}
.alphaPickerButton:hover {