diff options
| author | Mahbod <74229780+M4hbod@users.noreply.github.com> | 2023-05-07 11:03:52 +0300 |
|---|---|---|
| committer | Mahbod <74229780+M4hbod@users.noreply.github.com> | 2023-05-07 11:03:52 +0300 |
| commit | a24814104c72baabc64a5a6ae181ba5a3f8bdba6 (patch) | |
| tree | dbb6b0ddacf2185c0312e5df63b0c4b35b9c7534 /web | |
| parent | 024b65524daea4f5a63c91bbe0b527cd43577442 (diff) | |
update input
Diffstat (limited to 'web')
| -rw-r--r-- | web/assets/css/custom.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index 671ba24f..d0deb71c 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -252,7 +252,8 @@ .ant-card-dark .ant-select-selection, .ant-card-dark .ant-calendar-picker-clear { color: hsla(0,0%,100%,.65); - background-color: #193752; + background-color: rgb(46 59 82 / 50%); + border: 1px solid rgb(0 150 112 / 0%); } .ant-card-dark .ant-select-disabled .ant-select-selection { |
