From 1fbfe2e1e2bcac2b54ec7c7605ff245ea8060c11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Mon, 12 Jun 2023 22:15:49 -0300 Subject: [PATCH] Fix jQuery UI dialog dark color issues for Bootstrap theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- public/themes/bootstrap/jquery/jquery-ui.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/public/themes/bootstrap/jquery/jquery-ui.css b/public/themes/bootstrap/jquery/jquery-ui.css index 1ebcbc90e3..4c617b7949 100644 --- a/public/themes/bootstrap/jquery/jquery-ui.css +++ b/public/themes/bootstrap/jquery/jquery-ui.css @@ -898,24 +898,24 @@ body .ui-tooltip { font-size: 1em; } .ui-widget.ui-widget-content { - border: 1px solid #d3d3d3; + border: 1px solid var(--bs-border-color); } .ui-widget-content { - border: 1px solid #aaaaaa; - background: #ffffff; - color: #222222; + border: 1px solid var(--bs-border-color); + background: var(--bs-body-bg); + color: var(--bs-body-color); } .ui-widget-content a { - color: #222222; + color: var(--bs-link-color); } .ui-widget-header { - border: 1px solid #aaaaaa; - background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x; - color: #222222; + border: 1px solid var(--bs-border-color); + background: var(--bs-secondary-bg); + color: var(--bs-secondary-color); font-weight: bold; } .ui-widget-header a { - color: #222222; + color: var(--bs-link-color); } /* Interaction states