diff options
| author | Hamidreza Ghavami <hamid.r.gh.1998@gmail.com> | 2023-05-08 18:08:36 +0300 |
|---|---|---|
| committer | Hamidreza Ghavami <hamid.r.gh.1998@gmail.com> | 2023-05-08 18:08:36 +0300 |
| commit | 7a48cbb191568ea95972f3d195c68710a23857f6 (patch) | |
| tree | ae796448c2178a4ff56913e097e02fc297b98d32 /web/assets/css/custom.css | |
| parent | 004d69392bbad4fc3171db17f66a2975c476fc9d (diff) | |
fix style login ui
Diffstat (limited to 'web/assets/css/custom.css')
| -rw-r--r-- | web/assets/css/custom.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index 728619e0..7cdfe711 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -198,12 +198,12 @@ body { .ant-card-dark:hover { border-color: #e8e8e8; - box-shadow: 0 1px 10px -1px rgb(154 175 238); + box-shadow: 0 1px 10px -1px rgb(76, 88, 126); } -.ant-card-bordered:hover { - /*box-shadow: 0 3px 12px -0.8px #0000005c;*/ -} +/* .ant-card-bordered:hover { + box-shadow: 0 3px 12px -0.8px #0000005c; +} */ .ant-card-dark .ant-table-thead th { color: hsla(0,0%,100%,.65); @@ -221,6 +221,7 @@ body { .ant-card-dark .ant-input-group-addon { color: hsla(0,0%,100%,.65); background-color: #262f3d; + border: 1px solid rgb(0 150 112 / 0%); } .ant-card-dark .ant-list-item-meta-title, |
