From 4cce24c7c688813b413a92ef7a6ffdafa1bc177a Mon Sep 17 00:00:00 2001 From: gilbN Date: Sat, 15 Jun 2019 18:16:43 +0200 Subject: [PATCH] iframe sandbox thingy --- CSS/themes/organizr-hotline.css | 9 +++++++++ CSS/themes/organizr-marine.css | 31 ++++++++++++++++++++----------- 2 files changed, 29 insertions(+), 11 deletions(-) diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index 478e3bfa..2c260e3b 100644 --- a/CSS/themes/organizr-hotline.css +++ b/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 { diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index 8ce84334..701f07c7 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -108,30 +108,39 @@ } .content-wrap { background: var(--main-bg-color) !important; -} + } .panel-blue .panel-heading, .panel-info .panel-heading { - border-color: #ffffff; - color: #fff; - background-color: rgba(0, 0, 0, 0.15); + border-color: #ffffff; + color: #fff; + background-color: rgba(0, 0, 0, 0.15); } .panel { - background: transparent; + background: transparent; } .panel-body { background: rgba(0, 0, 0, 0.15); -} + } .nav-tabs>li>a:hover { - background: rgba(0, 0, 0, 0.15); + 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 {