mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
trim polymer usage
This commit is contained in:
parent
1fd4ea266c
commit
8ff44e06a3
9 changed files with 78 additions and 84 deletions
12
dashboard-ui/thirdparty/paper-button-style.css
vendored
12
dashboard-ui/thirdparty/paper-button-style.css
vendored
|
@ -231,16 +231,16 @@ paper-fab.accent {
|
|||
background-color: #52B54B;
|
||||
}
|
||||
|
||||
paper-fab.green {
|
||||
background-color: #81c784;
|
||||
.fab.green {
|
||||
background-color: #81c784 !important;
|
||||
}
|
||||
|
||||
paper-fab.orange {
|
||||
background-color: #ffd54f;
|
||||
.fab.orange {
|
||||
background-color: #ffd54f !important;
|
||||
}
|
||||
|
||||
paper-fab.red {
|
||||
background-color: #e57373;
|
||||
.fab.red {
|
||||
background-color: #e57373 !important;
|
||||
}
|
||||
|
||||
paper-menu-item {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue