From 8714421550ba826b72419a330d2c8d55b4b910c9 Mon Sep 17 00:00:00 2001 From: gilbN Date: Sun, 16 Jun 2019 14:03:11 +0200 Subject: [PATCH] popup modal close button color --- 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 7c3a58e5..91e95601 100644 --- a/CSS/themes/organizr-hotline.css +++ b/CSS/themes/organizr-hotline.css @@ -216,6 +216,9 @@ .modal-content, .modal-header, .modal-footer, .modal-body { background: var(--main-bg-color)!important; } + .close:focus, .close:hover { + color: #fff; + } /* Settings - save button */ .btn-info, .btn-info.disabled { background: rgba(0, 0, 0, 0.25); diff --git a/CSS/themes/organizr-marine.css b/CSS/themes/organizr-marine.css index f55fcd21..c6acbef0 100644 --- a/CSS/themes/organizr-marine.css +++ b/CSS/themes/organizr-marine.css @@ -215,6 +215,9 @@ } .modal-content, .modal-header, .modal-footer, .modal-body { background: var(--main-bg-color)!important; + } + .close:focus, .close:hover { + color: #fff; } /* Settings - save button */ .btn-info, .btn-info.disabled {