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** 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 +}