Merge pull request #877 from JustAMan/fix-checkbox
Stop checkbox showing a checkmark when unchecked
This commit is contained in:
@@ -68,7 +68,8 @@
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.checkboxIcon-checked {
|
||||
.checkboxIcon-checked,
|
||||
.emby-checkbox-label .checkboxIcon-checked {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user