Stop checkbox showing a checkmark when unchecked

This commit is contained in:
Vasily 2020-03-03 19:43:01 +03:00
parent 9162f53b98
commit e7fa3eae9d

View File

@ -68,7 +68,7 @@
color: #fff; color: #fff;
} }
.checkboxIcon-checked { .checkboxIcon-checked, .emby-checkbox-label .checkboxIcon-checked {
display: none; display: none;
} }