mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-06 17:41:01 +00:00
Fix checkboxes which were broken
This commit is contained in:
parent
85065b509f
commit
c99a733aff
4 changed files with 78 additions and 81 deletions
|
@ -15,6 +15,10 @@ div.settings div.file-field {
|
|||
}
|
||||
}
|
||||
|
||||
.input-field label {
|
||||
pointer-events: auto !important;
|
||||
}
|
||||
|
||||
.input-field label.active {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue