mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
commit
1f7f3a1196
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;
|
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 {
|
paper-slider {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue