From 52ad986893c7cd9e8f42839c4dfd56086fd309e8 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 15 Jun 2019 19:44:42 +0200 Subject: [PATCH] removed .fade, not needed --- CSS/themes/organizr-hotline.css | 3 --- CSS/themes/organizr-marine.css | 3 --- 2 files changed, 6 deletions(-) diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index 03d1fbf4..a9f7833d 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -127,9 +127,6 @@ display: block; background: var(--main-bg-color); } -.fade { - background: var(--main-bg-color); -} /* iframe sandbox */ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #ffffff; diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index c421eda9..9b620206 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -127,9 +127,6 @@ display: block; background: var(--main-bg-color); } - .fade { - background: var(--main-bg-color); - } /* iframe sandbox */ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #ffffff;