Fixed missing check in checkbox when configuration opened in firefox

This commit is contained in:
Gunnar Skjold
2020-02-07 22:33:55 +01:00
parent 2e7b9e8e43
commit e466a45b5c

View File

@@ -243,7 +243,6 @@ a {
input:not([type="image" i]) {
box-sizing: border-box;
}
button, input {
overflow: visible;
}