Fix: Text color when hovering over tab buttons was dim in library pages
This commit is contained in:
parent
3d73fce56f
commit
edd746136a
1 changed files with 3 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue