diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-22 22:42:26 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-02-23 17:07:32 +0300 |
| commit | 81c9b4450bce3726733438fc860a2f7d4c242ea9 (patch) | |
| tree | 78dc3be6951eb58fed4288dab14734772cacd49d /web/assets/css | |
| parent | fc3ea2dd4bb81bd5a09fcae8bcc8d4958818eda4 (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/css')
| -rw-r--r-- | web/assets/css/custom.css | 4 |
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 |
