update elements

This commit is contained in:
Luke Pulverenti 2016-06-11 11:56:15 -04:00
parent ab2d2eaf94
commit 7b96f75a6c
24 changed files with 500 additions and 459 deletions

View file

@ -244,7 +244,7 @@ div[data-role='page'] {
white-space: nowrap;
}
.checkboxContainer input {
.checkboxContainer input:not([is=emby-checkbox]) {
width: 20px;
height: 20px;
vertical-align: middle;
@ -253,7 +253,7 @@ div[data-role='page'] {
padding: 0;
}
.checkboxContainer label {
.checkboxContainer label:not(.mdl-checkbox) {
vertical-align: middle;
display: inline-block;
padding: .7em .5em;