diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2023-12-14 16:14:45 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-14 16:15:02 +0300 |
| commit | b9b74139bf6ec75a352b317fff85c4879a4692cb (patch) | |
| tree | 0ba0d97f80dcf85beaee2c389b5e2b3bf950d5e1 /web/html | |
| parent | 653e26dad6e9898192fb1fb770abdb8141e5e6d2 (diff) | |
Better login page & css correction (#1368)v2.0.1
* Update custom.css
* Update login.html
* Update inbounds.html
* Update custom.css
* Update custom.css
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/login.html | 18 | ||||
| -rw-r--r-- | web/html/xui/inbounds.html | 4 | ||||
| -rw-r--r-- | web/html/xui/xray.html | 1 |
3 files changed, 9 insertions, 14 deletions
diff --git a/web/html/login.html b/web/html/login.html index 520bbcb4..62be1478 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -59,24 +59,23 @@ .wave { opacity: 0.6; position: absolute; - bottom: 40%; - left: 50%; + top: 80%; + left: 60%; width: 6000px; height: 6000px; background-color: rgba(0, 135, 113, 0.08); margin-left: -3000px; - transform-origin: 50% 48%; - border-radius: 46%; + transform-origin: 50% 50%; pointer-events: none; - rotate: 125deg; + rotate: 115deg; } .wave2 { opacity: 0.4; - rotate: 70deg; + rotate: 105deg; } .wave3 { opacity: 0.2; - rotate: 90deg; + rotate: 62deg; } .under { background-color: #dbf5ed; @@ -98,11 +97,6 @@ } .ant-btn-primary-login { - color: #008771; - background-color: #e8f4f2; - border-color: #a2d3cb; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12); - box-shadow: none; width: 100%; } .ant-btn-primary-login:focus, diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 89c90831..3d1bc625 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -427,7 +427,7 @@ :columns="isMobile ? innerMobileColumns : innerColumns" :data-source="getInboundClients(record)" :pagination=pagination(getInboundClients(record)) - style="margin: -12px -6px -13px;"> + style="margin: -12px 2px -13px;"> {{template "client_table"}} </a-table> </template> @@ -1310,4 +1310,4 @@ {{template "clientsBulkModal"}} </body> -</html>
\ No newline at end of file +</html> diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index cca8483f..147ed5e1 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -3,6 +3,7 @@ {{template "head" .}} <link rel="stylesheet" href="{{ .base_path }}assets/codemirror/codemirror.css"> <link rel="stylesheet" href="{{ .base_path }}assets/codemirror/fold/foldgutter.css"> +<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/xq.css?{{ .cur_ver }}"> <link rel="stylesheet" href="{{ .base_path }}assets/codemirror/lint/lint.css"> <script src="{{ .base_path }}assets/js/model/outbound.js"></script> |
