Use white for active tab color

Also make the colors in TV mode the same as on web.
This commit is contained in:
Andrew Rabert 2019-01-06 21:18:07 -05:00
parent f8e655e295
commit caa9f1491e

View file

@ -310,15 +310,16 @@ html {
}
.emby-tab-button-active {
color: #00a4dc
}
.emby-tab-button-active.emby-button-tv {
color: #fff
}
.emby-tab-button-active.emby-button-tv {
color: #999;
color: rgba(255, 255, 255, .4)
}
.emby-tab-button.emby-button-tv:focus {
color: #00a4dc;
color: #fff;
background: 0 0
}