mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: More consistent colors when hovering over or focusing on header buttons and drop-down lists
This commit is contained in:
@@ -904,3 +904,26 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
display: block;
|
display: block;
|
||||||
height: 13vh;
|
height: 13vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emby-tab-button:hover {
|
||||||
|
color: #c1c1c1;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (hover: hover) and (pointer: fine) {
|
||||||
|
.paper-icon-button-light:hover:not(:disabled) {
|
||||||
|
color: #fff;
|
||||||
|
background-color: rgb(255 255 255 / 5%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.inputLabelFocused,
|
||||||
|
.selectLabelFocused,
|
||||||
|
.textareaLabelFocused {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.emby-select-withcolor:focus,
|
||||||
|
.emby-input:focus,
|
||||||
|
.emby-textarea:focus {
|
||||||
|
border-color: #c1c1c1 !important;
|
||||||
|
}
|
Reference in New Issue
Block a user