New: More consistent colors in active state on header buttons

This commit is contained in:
lscambo13
2024-12-17 09:32:03 -08:00
parent 215b120765
commit 7c494ac0c3

View File

@@ -916,6 +916,11 @@ div[data-role=controlgroup] a.ui-btn-active {
} }
} }
.paper-icon-button-light:active:not(:disabled) {
color: #fff;
background-color: rgb(255 255 255 / 5%);
}
.inputLabelFocused, .inputLabelFocused,
.selectLabelFocused, .selectLabelFocused,
.textareaLabelFocused { .textareaLabelFocused {