1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

improve display of active recordings

This commit is contained in:
Luke Pulverenti 2016-06-19 13:41:49 -04:00
parent 72c0f869f8
commit d9b5ca104f
4 changed files with 55 additions and 15 deletions

View file

@ -419,6 +419,11 @@ div.dialogHeader {
color: #fff;
}
.ui-body-a .dialogHeader a {
color: #fff!important;
text-transform: uppercase;
}
.ui-body-b div.dialogHeader {
background-color: #101010;
}