New: More consistent colors in active state on header buttons
This commit is contained in:
parent
215b120765
commit
7c494ac0c3
1 changed files with 5 additions and 0 deletions
|
|
@ -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,
|
||||
.selectLabelFocused,
|
||||
.textareaLabelFocused {
|
||||
|
|
|
|||
Loading…
Reference in a new issue