From 6a38a4f24108195909f5826d6202f382a09321aa Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 18 Jul 2018 19:43:01 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb91d9d96..bdb3b8539 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## (unreleased) +## v3.0.3477 (2018-07-18) ### **New Features** From 629a1eb37ca9eb984ae06f9f3948b670e5b60459 Mon Sep 17 00:00:00 2001 From: D34DC3N73R Date: Fri, 27 Jul 2018 15:39:13 -0700 Subject: [PATCH 2/2] 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 +}