From 591ae311e9b5a9d33e016873c015c7cf0fcdac3c Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 16 Jun 2019 13:59:26 +0200 Subject: [PATCH] popup modal color fix --- CSS/themes/organizr-hotline.css | 3 +++ CSS/themes/organizr-marine.css | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CSS/themes/organizr-hotline.css b/CSS/themes/organizr-hotline.css index a76fa780..7c3a58e5 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -212,6 +212,9 @@ } .nav-tabs>li>a { color: #ffffff; + } + .modal-content, .modal-header, .modal-footer, .modal-body { + background: var(--main-bg-color)!important; } /* Settings - save button */ .btn-info, .btn-info.disabled { diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index 0fb1be9d..f55fcd21 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -212,6 +212,9 @@ } .nav-tabs>li>a { color: #ffffff; + } + .modal-content, .modal-header, .modal-footer, .modal-body { + background: var(--main-bg-color)!important; } /* Settings - save button */ .btn-info, .btn-info.disabled {