mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Text color when hovering over tab buttons was dim in library pages
This commit is contained in:
@@ -1818,7 +1818,9 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emby-tab-button:hover {
|
.emby-tab-button:hover {
|
||||||
color: #c1c1c1;
|
/* color: #c1c1c1; */
|
||||||
|
color: whitesmoke;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (hover: hover) and (pointer: fine) {
|
@media (hover: hover) and (pointer: fine) {
|
||||||
|
Reference in New Issue
Block a user