diff options
| author | Mahbod <74229780+M4hbod@users.noreply.github.com> | 2023-05-08 02:25:06 +0300 |
|---|---|---|
| committer | Mahbod <74229780+M4hbod@users.noreply.github.com> | 2023-05-08 02:25:06 +0300 |
| commit | 88cde18bb2f92f4bc0e782b6635567c8c8f82a82 (patch) | |
| tree | 160fdd4eba92bcddeed0f112d74868fe0c48d859 /web/assets/css/custom.css | |
| parent | 7fd93e25fd5618bab77d6dc2e27b34d62408b338 (diff) | |
update .ant-modal ui
Diffstat (limited to 'web/assets/css/custom.css')
| -rw-r--r-- | web/assets/css/custom.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index d0deb71c..55d24888 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -268,15 +268,15 @@ .ant-dropdown-menu-dark, .ant-card-dark .ant-modal-content { - border: 1px solid rgba(255, 255, 255, 0.65); - box-shadow: 0 2px 8px rgba(255,255,255,.15); + border: 1px solid rgb(153 153 153 / 20%); + box-shadow: 0 1px 10px -1px #0000005c; } .ant-card-dark .ant-modal-content, .ant-card-dark .ant-modal-body, .ant-card-dark .ant-modal-header { color: hsla(0,0%,100%,.65); - background-color: #222a37; + background-color: #1a212a; } .ant-card-dark .ant-calendar-selected-day .ant-calendar-date { |
