mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix button colors
This commit is contained in:
parent
4816128a99
commit
65ff8ad165
1 changed files with 16 additions and 0 deletions
16
dashboard-ui/thirdparty/paper-button-style.css
vendored
16
dashboard-ui/thirdparty/paper-button-style.css
vendored
|
@ -327,6 +327,22 @@ paper-fab.accent {
|
|||
background-color: #52B54B;
|
||||
}
|
||||
|
||||
paper-fab.green {
|
||||
background-color: #81c784;
|
||||
}
|
||||
|
||||
paper-fab.orange {
|
||||
background-color: #ffd54f;
|
||||
}
|
||||
|
||||
paper-fab.blue {
|
||||
background-color: #4fc3f7;
|
||||
}
|
||||
|
||||
paper-fab.red {
|
||||
background-color: #e57373;
|
||||
}
|
||||
|
||||
paper-slider {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue