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;
background: var(--main-bg-color);
}
/* Settings - tables */
.table {
background: var(--main-bg-color) !important;
}
/* iframe sandbox */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #ffffff;

4
CSS/themes/organizr-marine.css

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

Loading…
Cancel
Save