diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2023-05-11 13:34:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-11 13:34:35 +0300 |
| commit | 7b3628d33b73b448277734f09264bacf10ff6e11 (patch) | |
| tree | 4833a4cedb21fd4db71aae8a5e2c628ebaf290d7 /web/assets/css/custom.css | |
| parent | ad1aa5b2f9e194c84381212fc6f9896810050fe1 (diff) | |
Optimized Settings UI (#408)
* Update custom.css
* Update setting.html
* Update settings.html
* Update antd.min.css
* Update antd.min.css
* Update settings.html
* Update custom.css
* Update custom.css
* Update antd.min.css
* Update setting.html
* Update custom.css
Diffstat (limited to 'web/assets/css/custom.css')
| -rw-r--r-- | web/assets/css/custom.css | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index 7cdfe711..e726d087 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -198,7 +198,29 @@ body { .ant-card-dark:hover { border-color: #e8e8e8; - box-shadow: 0 1px 10px -1px rgb(76, 88, 126); + box-shadow: 0 1px 10px -1px rgb(154 175 238 / 70%); +} + +.ant-setting-textarea { + margin-top: 1.5rem; + min-height: 300px !important; + /*max-height: 800px !important;*/ +} + +.ant-card-dark-box-nohover{ + padding: 0 20px 20px !important; + box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important; +} +.ant-card-dark-box-nohover:hover{ + box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important; + /*background-color: rgb(36 44 58 / 50%);*/ +} + +.ant-card-dark-securitybox-nohover{ + box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important; +} +.ant-card-dark-securitybox-nohover:hover{ + box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important; } /* .ant-card-bordered:hover { @@ -393,7 +415,7 @@ body { } .ant-card-dark .ant-radio-button-wrapper:hover { - color: #177ddc; + color: #009670; } .ant-card-dark .ant-btn-primary { |
