Fix: Text color when hovering over tab buttons was dim in library pages

This commit is contained in:
lscambo13
2025-03-16 13:56:53 +05:30
parent 3d73fce56f
commit edd746136a

View File

@@ -1818,7 +1818,9 @@ div[data-role=controlgroup] a.ui-btn-active {
}
.emby-tab-button:hover {
color: #c1c1c1;
/* color: #c1c1c1; */
color: whitesmoke;
}
@media (hover: hover) and (pointer: fine) {