Browse Source

iframe sandbox thingy

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

9
CSS/themes/organizr-hotline.css

@ -132,6 +132,15 @@
}
.fade {
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-box {

21
CSS/themes/organizr-marine.css

@ -108,7 +108,7 @@
}
.content-wrap {
background: var(--main-bg-color) !important;
}
}
.panel-blue .panel-heading, .panel-info .panel-heading {
border-color: #ffffff;
color: #fff;
@ -119,19 +119,28 @@
}
.panel-body {
background: rgba(0, 0, 0, 0.15);
}
}
.nav-tabs>li>a:hover {
background: rgba(0, 0, 0, 0.15);
}
.bg-org {
background-color: transparent !important;
}
.tab-content>.active {
}
.tab-content>.active {
display: block;
background: var(--main-bg-color);
}
.fade {
}
.fade {
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-box {

Loading…
Cancel
Save