Browse Source

removed .fade, not needed

pull/11/head
gilbN 6 years ago
parent
commit
52ad986893
  1. 3
      CSS/themes/organizr-hotline.css
  2. 3
      CSS/themes/organizr-marine.css

3
CSS/themes/organizr-hotline.css

@ -127,9 +127,6 @@
display: block; display: block;
background: var(--main-bg-color); background: var(--main-bg-color);
} }
.fade {
background: var(--main-bg-color);
}
/* iframe sandbox */ /* iframe sandbox */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #ffffff; color: #ffffff;

3
CSS/themes/organizr-marine.css

@ -127,9 +127,6 @@
display: block; display: block;
background: var(--main-bg-color); background: var(--main-bg-color);
} }
.fade {
background: var(--main-bg-color);
}
/* iframe sandbox */ /* iframe sandbox */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #ffffff; color: #ffffff;

Loading…
Cancel
Save