Use white for active tab color
Also make the colors in TV mode the same as on web.
This commit is contained in:
parent
f8e655e295
commit
caa9f1491e
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue