iframe sandbox thingy
This commit is contained in:
parent
cbc54fd9d6
commit
4cce24c7c6
@ -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 {
|
||||||
|
|||||||
@ -108,30 +108,39 @@
|
|||||||
}
|
}
|
||||||
.content-wrap {
|
.content-wrap {
|
||||||
background: var(--main-bg-color) !important;
|
background: var(--main-bg-color) !important;
|
||||||
}
|
}
|
||||||
.panel-blue .panel-heading, .panel-info .panel-heading {
|
.panel-blue .panel-heading, .panel-info .panel-heading {
|
||||||
border-color: #ffffff;
|
border-color: #ffffff;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: rgba(0, 0, 0, 0.15);
|
background-color: rgba(0, 0, 0, 0.15);
|
||||||
}
|
}
|
||||||
.panel {
|
.panel {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
.panel-body {
|
.panel-body {
|
||||||
background: rgba(0, 0, 0, 0.15);
|
background: rgba(0, 0, 0, 0.15);
|
||||||
}
|
}
|
||||||
.nav-tabs>li>a:hover {
|
.nav-tabs>li>a:hover {
|
||||||
background: rgba(0, 0, 0, 0.15);
|
background: rgba(0, 0, 0, 0.15);
|
||||||
}
|
}
|
||||||
.bg-org {
|
.bg-org {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
.tab-content>.active {
|
.tab-content>.active {
|
||||||
display: block;
|
display: block;
|
||||||
background: var(--main-bg-color);
|
background: var(--main-bg-color);
|
||||||
}
|
}
|
||||||
.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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user