Fix: Prevent hover effect on disabled drop-down menus

This commit is contained in:
lscambo13
2024-12-27 08:40:37 -08:00
parent 841393f1bd
commit e17e918e09

View File

@@ -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;