1
0
Fork 0
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:
Luke Pulverenti 2016-06-25 21:33:16 -04:00
parent 1fd4ea266c
commit 8ff44e06a3
9 changed files with 78 additions and 84 deletions

View file

@ -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 {