mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-05 02:32:37 +01:00
iframe sandbox thingy
This commit is contained in:
parent
cbc54fd9d6
commit
4cce24c7c6
@ -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 {
|
||||
|
@ -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…
Reference in New Issue
Block a user