Fix: Prevent hover effect on disabled drop-down menus
This commit is contained in:
parent
841393f1bd
commit
e17e918e09
1 changed files with 1 additions and 1 deletions
|
|
@ -1128,7 +1128,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
border-color: #c1c1c1 !important;
|
||||
}
|
||||
|
||||
.emby-select-withcolor:hover,
|
||||
.emby-select-withcolor:hover:not(.emby-select[disabled]),
|
||||
.emby-input:hover,
|
||||
.emby-textarea:hover {
|
||||
border-color: var(--dimTextColor) !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue