diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index 63d0948f..82bb2a26 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -153,11 +153,9 @@ /* Settings - popup modal */ .white-popup .panel-heading, .white-popup>.col-md-6>.white-box:first-child { background: var(--modal-bg-color)!important; - box-shadow: 0 5px 15px rgba(0,0,0,.5); } .white-popup .panel-body, .white-popup>.col-md-6>.white-box:nth-child(2) { background: var(--modal-bg-color) !important; - box-shadow: 0 5px 15px rgba(0,0,0,.5); } .panel-blue a:hover, .panel-info a:hover { color: #ffffff; diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index 7b1ecc69..e63914d9 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -153,11 +153,9 @@ /* Settings - popup modal */ .white-popup .panel-heading, .white-popup>.col-md-6>.white-box:first-child { background: var(--modal-bg-color)!important; - box-shadow: 0 5px 15px rgba(0,0,0,.5); } .white-popup .panel-body, .white-popup>.col-md-6>.white-box:nth-child(2) { background: var(--modal-bg-color) !important; - box-shadow: 0 5px 15px rgba(0,0,0,.5); } .panel-blue a:hover, .panel-info a:hover { color: #ffffff;