1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

use checkbox instead of toggle button

This commit is contained in:
Luke Pulverenti 2016-07-22 15:48:47 -04:00
parent 9272519d84
commit 20d1e9132d
18 changed files with 56 additions and 746 deletions

View file

@ -404,18 +404,6 @@ div.dialogHeader {
padding-bottom: 100px;
}
.paper-toggle-button-0 .toggle-label.paper-toggle-button {
color: inherit;
}
paper-toggle-button #toggleButton, paper-toggle-button[checked] #toggleBar {
background-color: #52B54B;
}
paper-toggle-button paper-ripple {
color: #52B54B;
}
.formDialog.background-theme-b {
background-color: #181818;
}