Browse Source

iframe sandbox thingy

pull/11/head
gilbN 5 years ago
parent
commit
4cce24c7c6
  1. 9
      CSS/themes/organizr-hotline.css
  2. 9
      CSS/themes/organizr-marine.css

9
CSS/themes/organizr-hotline.css

@ -132,6 +132,15 @@
} }
.fade { .fade {
background: var(--main-bg-color); background: var(--main-bg-color);
}
/* iframe sandbox */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #ffffff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #00000094;
border: 1px solid #00000000;
color: #ffffff;
} }
/* error page */ /* error page */
.error-box { .error-box {

9
CSS/themes/organizr-marine.css

@ -133,6 +133,15 @@
.fade { .fade {
background: var(--main-bg-color); background: var(--main-bg-color);
} }
/* iframe sandbox */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #ffffff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #00000094;
border: 1px solid #00000000;
color: #ffffff;
}
/* error page */ /* error page */
.error-box { .error-box {
top: 10%; top: 10%;

Loading…
Cancel
Save