From 660e5ad101e41dffa94c5775491108f359cd8359 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 21 Feb 2024 15:32:18 +0330 Subject: [dark] change message by theme Co-Authored-By: Alireza Ahmadi --- web/assets/css/custom.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'web/assets/css') diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index c41bcc16..8eb5037f 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -1050,6 +1050,12 @@ li.ant-select-dropdown-menu-item:empty:after { color: rgba(255, 255, 255, 0.25); } +.dark .ant-message-notice-content { + background-color: #222d42; + border: 1px solid #2c3950; + color: rgba(255, 255, 255, 0.65); +} + .ant-input-group.ant-input-group-compact-addon:not(:first-child):not( :last-child ), -- cgit v1.2.3