Added shufflebutton, name needs to be reworked. Also implemented default settings to be 'correct'

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-17 13:25:22 +02:00
parent ecd0dd1708
commit 47fcf24a21
4 changed files with 22 additions and 8 deletions

View File

@@ -242,7 +242,7 @@ hide mdi-action-visibility mdi-action-visibility-off
.switch label input[type=checkbox]:checked + .lever:after {
background-color: white;
}
.switch input[type=checkbox][disabled] + .lever {
.switch input[type=checkbox][disabled] + .lever , .switch label input[type=checkbox]:checked[disabled] + .lever{
cursor: default;
background-color: #939393;
}