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:
parent
04a4ca9a57
commit
58c9f71a7d
7 changed files with 8 additions and 8 deletions
|
@ -998,7 +998,7 @@ div:not(.sectionTitleContainer-cards) > .sectionTitle-cards {
|
|||
}
|
||||
|
||||
.searchfields-icon {
|
||||
color: #aaaaaa;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.button-accent-flat {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
min-height:24px;
|
||||
padding-top: 1.25em;
|
||||
z-index: 1;
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
|
|
@ -367,7 +367,7 @@
|
|||
}
|
||||
|
||||
.timerIcon, .seriesTimerIcon {
|
||||
color: #cc3333 !important;
|
||||
color: #c33 !important;
|
||||
}
|
||||
|
||||
.seriesTimerIcon-inactive {
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
.newTvProgram {
|
||||
background: #3388cc;
|
||||
background: #38c;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.liveTvProgram {
|
||||
background: #cc3333;
|
||||
background: #c33;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
}
|
||||
|
||||
.missingIndicator, .unairedIndicator {
|
||||
background: #cc3333;
|
||||
background: #c33;
|
||||
padding: .25em .5em;
|
||||
border-radius: 100em;
|
||||
color: #fff;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
|
||||
.recordingIcon-active {
|
||||
color: #cc3333;
|
||||
color: #c33;
|
||||
}
|
||||
|
||||
.recordSeriesContainer {
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
.btnUserDataOn {
|
||||
color: #cc3333 !important;
|
||||
color: #c33 !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue