mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dialogs
This commit is contained in:
parent
b385aa2d95
commit
797ab3899b
23 changed files with 469 additions and 95 deletions
15
dashboard-ui/bower_components/emby-webcomponents/indicators/indicators.css
vendored
Normal file
15
dashboard-ui/bower_components/emby-webcomponents/indicators/indicators.css
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
.itemProgressBar {
|
||||
background: rgba(0,0,0,.5);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.itemProgressBarForeground {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.timerIndicator {
|
||||
color: #CB272A;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue