mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Possible fix for #2298
I'm unable to test this out, but it should fix the checkbox bug on safari.
This commit is contained in:
parent
6a38a4f241
commit
629a1eb37c
1 changed files with 2 additions and 2 deletions
|
@ -455,7 +455,7 @@ $border-radius: 10px;
|
|||
}
|
||||
|
||||
.checkbox input[type=checkbox] {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.checkbox input[type=checkbox]:checked + label:before {
|
||||
|
@ -979,4 +979,4 @@ a > h4:hover {
|
|||
.subject-category,
|
||||
.subject {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue