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
+8 -8
View File
@@ -219,7 +219,7 @@ html {
.mediaInfoTimerIcon,
.starIcon {
color: #CB272A
color: #cb272a
}
.emby-input,
@@ -274,7 +274,7 @@ html {
}
.itemProgressBarForeground-recording {
background-color: #CB272A
background-color: #cb272a
}
.countIndicator,
@@ -328,19 +328,19 @@ html {
}
.programCell-sports {
background: #3949AB !important
background: #3949ab !important
}
.programCell-movie {
background: #5E35B1 !important
background: #5e35b1 !important
}
.programCell-kids {
background: #039BE5 !important
background: #039be5 !important
}
.programCell-news {
background: #43A047 !important
background: #43a047 !important
}
.programCell-active {
@@ -391,7 +391,7 @@ html {
.downloadbutton-icon-complete,
.downloadbutton-icon-on {
color: #4285F4
color: #4285f4
}
.playstatebutton-icon-played {
@@ -399,7 +399,7 @@ html {
}
.repeatButton-active {
color: #4285F4
color: #4285f4
}
.card:focus .cardBox.visualCardBox,