From 629a1eb37ca9eb984ae06f9f3948b670e5b60459 Mon Sep 17 00:00:00 2001 From: D34DC3N73R Date: Fri, 27 Jul 2018 15:39:13 -0700 Subject: [PATCH] Possible fix for #2298 I'm unable to test this out, but it should fix the checkbox bug on safari. --- src/Ombi/ClientApp/styles/base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ombi/ClientApp/styles/base.scss b/src/Ombi/ClientApp/styles/base.scss index fb41c8617..3de4965c1 100644 --- a/src/Ombi/ClientApp/styles/base.scss +++ b/src/Ombi/ClientApp/styles/base.scss @@ -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; -} \ No newline at end of file +}