From fbb9caf8d818ad397e6134958a0788c742b3d9f6 Mon Sep 17 00:00:00 2001 From: gilbN Date: Fri, 14 Jun 2019 23:42:33 +0200 Subject: [PATCH] removed shadow from popup modals --- CSS/themes/organizr-hotline.css | 2 -- CSS/themes/organizr-marine.css | 2 -- 2 files changed, 4 deletions(-) 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;