Merge pull request #1230 from MediaBrowser/master

fix button colors
This commit is contained in:
Luke 2015-10-28 02:34:05 -04:00
commit 1f7f3a1196

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