Browse Source

fixed transparent table

pull/11/head
gilbN 6 years ago
parent
commit
4448d0e6ed
  1. 4
      CSS/themes/organizr-hotline.css
  2. 4
      CSS/themes/organizr-marine.css

4
CSS/themes/organizr-hotline.css

@ -127,6 +127,10 @@
display: block; display: block;
background: var(--main-bg-color); background: var(--main-bg-color);
} }
/* Settings - tables */
.table {
background: var(--main-bg-color) !important;
}
/* 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;

4
CSS/themes/organizr-marine.css

@ -127,6 +127,10 @@
display: block; display: block;
background: var(--main-bg-color); background: var(--main-bg-color);
} }
/* Settings - tables */
.table {
background: var(--main-bg-color) !important;
}
/* 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