forked from wallabag/wallabag
Fix checkboxes which were broken
This commit is contained in:
@ -15,6 +15,10 @@ div.settings div.file-field {
|
||||
}
|
||||
}
|
||||
|
||||
.input-field label {
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
|
||||
.input-field label.active {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user