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 {
|
||||||
|
|||||||
@ -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…
Reference in New Issue
Block a user