1
0
Fork 0
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:
Luke Pulverenti 2015-10-28 02:32:02 -04:00
parent 4816128a99
commit 65ff8ad165

View file

@ -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%;
}