diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-05-13 17:45:39 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-13 17:45:39 +0300 |
| commit | b5dd2580749865a4921a78f04161fa2b73d32595 (patch) | |
| tree | 18e3dbebf46736f98ed058f490bef3c8860be4bd /web/assets/ant-design-vue@1.7.2/antd.min.css | |
| parent | c855a292cb1cdc80ef71e0861d77c04148e26afd (diff) | |
| parent | f2132c62e9318433e4a0823dcf42e7ca730cd6a6 (diff) | |
Merge pull request #426 from hamid-gh98/main
FIX input bg color in login page
Diffstat (limited to 'web/assets/ant-design-vue@1.7.2/antd.min.css')
| -rw-r--r-- | web/assets/ant-design-vue@1.7.2/antd.min.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/ant-design-vue@1.7.2/antd.min.css b/web/assets/ant-design-vue@1.7.2/antd.min.css index 94a91271..66630ff9 100644 --- a/web/assets/ant-design-vue@1.7.2/antd.min.css +++ b/web/assets/ant-design-vue@1.7.2/antd.min.css @@ -629,7 +629,7 @@ to{transform:scaleY(0);transform-origin:0 0;opacity:0} .ant-input:-moz-placeholder-shown{text-overflow:ellipsis} .ant-input:-ms-input-placeholder{text-overflow:ellipsis} .ant-input:placeholder-shown{text-overflow:ellipsis} -.ant-input:focus,.ant-input:hover{border-color:rgb(0, 150, 112) !important;border-right-width:1px!important;background-color: rgb(0 149 111 / 10%)} +.ant-input:focus,.ant-input:hover{border-color:rgb(0, 150, 112) !important;border-right-width:1px!important;} .ant-input:focus{outline:0;box-shadow:rgba(0, 150, 112, 0.2) 0px 0px 0px 2px} .ant-input-disabled{color:rgba(0,0,0,.25);background-color:#f5f5f5;cursor:not-allowed;opacity:1} .ant-input-disabled:hover{border-color:#d9d9d9;border-right-width:1px!important} |
