diff options
| author | kaveh-ahangar <123722737+kaveh-ahangar@users.noreply.github.com> | 2023-05-05 12:36:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-05 12:36:59 +0300 |
| commit | 73704e38d5d405ab32654763936c924b43fd3a81 (patch) | |
| tree | ee2a2fa66b478fffa4ce5163f4cf70ee6bf2ba45 /web/assets/css/custom.css | |
| parent | 1680bb36c3e9c2f89c72947e1735337fe5fd1e8b (diff) | |
| parent | 1a603b2501b8c3d82b59eb249cfb8e13421e64de (diff) | |
Merge branch 'MHSanaei:main' into main
Diffstat (limited to 'web/assets/css/custom.css')
| -rw-r--r-- | web/assets/css/custom.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index a452dceb..f1b208eb 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -180,7 +180,7 @@ .ant-card-dark:hover { border-color: #e8e8e8; - box-shadow: 0 2px 8px rgba(255,255,255,.15); + /* box-shadow: 0 2px 8px rgba(255,255,255,.15); */ } .ant-card-dark .ant-table-thead th { @@ -236,6 +236,10 @@ background-color: #1a212a; } +.ant-input-number { + min-width: 100px; +} + .ant-card-dark .ant-input, .ant-card-dark .ant-input-number, .ant-card-dark .ant-input-number-handler-wrap, |
