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 | |
| parent | 004d69392bbad4fc3171db17f66a2975c476fc9d (diff) | |
fix style login ui
| -rw-r--r-- | web/assets/css/custom.css | 9 | ||||
| -rw-r--r-- | web/html/login.html | 3 |
2 files changed, 5 insertions, 7 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, diff --git a/web/html/login.html b/web/html/login.html index d6918d0b..ff68fce0 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -75,9 +75,6 @@ </a-input> </a-form-item> <a-form-item> - <a-button block @click="login" :loading="loading">{{ i18n "login" }}</a-button> - </a-form-item> - <a-form-item> <a-row justify="center" class="centered"> <a-button type="primary" :loading="loading" @click="login" :icon="loading ? 'poweroff' : undefined" :style="loading ? { width: '50px' } : { display: 'block', width: '100%' }"> |
