mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
reduce recording failures
This commit is contained in:
parent
274dbafef5
commit
8d12e05583
16 changed files with 60 additions and 48 deletions
12
dashboard-ui/thirdparty/paper-button-style.css
vendored
12
dashboard-ui/thirdparty/paper-button-style.css
vendored
|
@ -1,10 +1,10 @@
|
|||
.ui-body-a .raised {
|
||||
background: #3388cc;
|
||||
.raised {
|
||||
background: #404040;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ui-body-b .raised {
|
||||
background: #404040;
|
||||
.ui-body-a .raised {
|
||||
background: #3388cc;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
|||
color: inherit;
|
||||
}
|
||||
|
||||
.ui-body-b .button-submit {
|
||||
.button-submit {
|
||||
background: #52B54B;
|
||||
color: #fff;
|
||||
}
|
||||
|
@ -28,7 +28,7 @@
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.ui-body-b .button-accent {
|
||||
.button-accent {
|
||||
background: #52B54B;
|
||||
color: #fff;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue