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

Fix color-hex-case (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 14:40:08 +01:00
parent 43ffbed471
commit 04a4ca9a57
12 changed files with 83 additions and 83 deletions

View file

@ -9,7 +9,7 @@
}
.premiereTvProgram {
background: #EF6C00;
background: #ef6c00;
color: #fff;
}

View file

@ -24,7 +24,7 @@
}
.timerIndicator {
color: #CB272A;
color: #cb272a;
}
.timerIndicator-inactive {

View file

@ -7,7 +7,7 @@
}
.touch-menu-la {
background-color: #FFF;
background-color: #fff;
will-change: transform;
display: -webkit-box;
display: -webkit-flex;

View file

@ -36,5 +36,5 @@
}
.brightnessOsdProgressInner {
background: #FF9800;
background: #ff9800;
}