Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-02-21 15:02:18 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-02-21 15:02:18 +0300
commit660e5ad101e41dffa94c5775491108f359cd8359 (patch)
treedfd5fe07d7c7b038dd48b8d7607a6f062e944869 /web/assets/css/custom.css
parentaebf52efb22a64ac2b0ba203dd41b7523b7d998c (diff)
[dark] change message by theme
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/assets/css/custom.css')
-rw-r--r--web/assets/css/custom.css6
1 files changed, 6 insertions, 0 deletions
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
),