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

Fix color-hex-length (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 14:40:47 +01:00
parent 04a4ca9a57
commit 58c9f71a7d
7 changed files with 8 additions and 8 deletions

View file

@ -367,7 +367,7 @@
}
.timerIcon, .seriesTimerIcon {
color: #cc3333 !important;
color: #c33 !important;
}
.seriesTimerIcon-inactive {

View file

@ -1,10 +1,10 @@
.newTvProgram {
background: #3388cc;
background: #38c;
color: #fff;
}
.liveTvProgram {
background: #cc3333;
background: #c33;
color: #fff;
}