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-22 22:42:26 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-02-23 17:07:32 +0300
commit81c9b4450bce3726733438fc860a2f7d4c242ea9 (patch)
tree78dc3be6951eb58fed4288dab14734772cacd49d /web/assets
parentfc3ea2dd4bb81bd5a09fcae8bcc8d4958818eda4 (diff)
minor changes
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com> Co-Authored-By: Tara Rostami <132676256+TaraRostami@users.noreply.github.com>
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/css/custom.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index f4a13b51..53c1168a 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -1171,3 +1171,7 @@ b, strong {
background-color: var(--dark-color-btn-danger-hover);
border-color: var(--dark-color-btn-danger-hover);
}
+
+.dark .ant-alert-close-icon .anticon-close:hover {
+ color: rgb(255 255 255);
+} \ No newline at end of file