mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording layout
This commit is contained in:
parent
80948f62fa
commit
25dbf665dd
24 changed files with 341 additions and 256 deletions
|
@ -20,17 +20,17 @@ button.emby-button.submit {
|
|||
color: #52B54B;
|
||||
}
|
||||
|
||||
button.emby-button.raised.submit, button.emby-button.raised:not(.subdued):not(.cancel) {
|
||||
button.emby-button.raised.submit, button.emby-button.raised:not(.subdued):not(.cancel):not(.more) {
|
||||
background: #52B54B;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
button.emby-button.more {
|
||||
color: #EC407A;
|
||||
color: #3388cc;
|
||||
}
|
||||
|
||||
button.emby-button.raised.more {
|
||||
background: #EC407A;
|
||||
background: #3388cc;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue