Fix color-hex-case (CSS)
This commit is contained in:
parent
43ffbed471
commit
04a4ca9a57
12 changed files with 83 additions and 83 deletions
|
@ -122,19 +122,19 @@ html {
|
|||
}
|
||||
|
||||
.defaultCardBackground2 {
|
||||
background-color: #D32F2F
|
||||
background-color: #d32f2f
|
||||
}
|
||||
|
||||
.defaultCardBackground3 {
|
||||
background-color: #0288D1
|
||||
background-color: #0288d1
|
||||
}
|
||||
|
||||
.defaultCardBackground4 {
|
||||
background-color: #388E3C
|
||||
background-color: #388e3c
|
||||
}
|
||||
|
||||
.defaultCardBackground5 {
|
||||
background-color: #F57F17
|
||||
background-color: #f57f17
|
||||
}
|
||||
|
||||
.formDialogHeader:not(.formDialogHeader-clear) {
|
||||
|
@ -241,7 +241,7 @@ html {
|
|||
|
||||
.mediaInfoTimerIcon,
|
||||
.starIcon {
|
||||
color: #CB272A
|
||||
color: #cb272a
|
||||
}
|
||||
|
||||
.emby-input,
|
||||
|
@ -293,7 +293,7 @@ html {
|
|||
}
|
||||
|
||||
.itemProgressBarForeground-recording {
|
||||
background-color: #CB272A
|
||||
background-color: #cb272a
|
||||
}
|
||||
|
||||
.countIndicator,
|
||||
|
@ -347,19 +347,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 {
|
||||
|
@ -410,7 +410,7 @@ html {
|
|||
|
||||
.downloadbutton-icon-complete,
|
||||
.downloadbutton-icon-on {
|
||||
color: #4285F4
|
||||
color: #4285f4
|
||||
}
|
||||
|
||||
.playstatebutton-icon-played {
|
||||
|
@ -418,7 +418,7 @@ html {
|
|||
}
|
||||
|
||||
.repeatButton-active {
|
||||
color: #4285F4
|
||||
color: #4285f4
|
||||
}
|
||||
|
||||
.card:focus .cardBox.visualCardBox,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue