mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge remote-tracking branch 'upstream/master' into material-icons
This commit is contained in:
commit
cdefae3dee
128 changed files with 5226 additions and 2581 deletions
|
@ -1,8 +1,8 @@
|
|||
.itemProgressBar {
|
||||
background: #333;
|
||||
background: rgba(51,51,51,.8);
|
||||
background: rgba(51, 51, 51, 0.8);
|
||||
position: relative;
|
||||
height: .28em;
|
||||
height: 0.28em;
|
||||
}
|
||||
|
||||
.itemProgressBarForeground {
|
||||
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
|
||||
.timerIndicator {
|
||||
color: #CB272A;
|
||||
color: #cb272a;
|
||||
}
|
||||
|
||||
.timerIndicator-inactive {
|
||||
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
|
||||
.indicator + .indicator {
|
||||
margin-left: .25em;
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
|
||||
.indicatorIcon {
|
||||
|
@ -85,12 +85,13 @@
|
|||
color: #333;
|
||||
}
|
||||
|
||||
.missingIndicator, .unairedIndicator {
|
||||
background: #cc3333;
|
||||
padding: .25em .5em;
|
||||
.missingIndicator,
|
||||
.unairedIndicator {
|
||||
background: #c33;
|
||||
padding: 0.25em 0.5em;
|
||||
border-radius: 100em;
|
||||
color: #fff;
|
||||
font-size: 84%;
|
||||
font-weight: 500;
|
||||
margin: 0 .25em;
|
||||
}
|
||||
margin: 0 0.25em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue