diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index d023faee..5f957cce 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -813,7 +813,7 @@ style attribute { } .dark .ant-tag-blue { - background-color: var(--dark-color-blue-red-bg); + background-color: var(--dark-color-tag-blue-bg); border-color: var(--dark-color-tag-blue-border); color: var(--dark-color-tag-blue-color); } diff --git a/web/html/xui/form/protocol/http.html b/web/html/xui/form/protocol/http.html index ed0c73b2..a14418a2 100644 --- a/web/html/xui/form/protocol/http.html +++ b/web/html/xui/form/protocol/http.html @@ -1,6 +1,6 @@ {{define "form/http"}} - +
@@ -18,4 +18,4 @@ -{{end}} \ No newline at end of file +{{end}} diff --git a/web/html/xui/form/protocol/socks.html b/web/html/xui/form/protocol/socks.html index ccaec0d7..105603e5 100644 --- a/web/html/xui/form/protocol/socks.html +++ b/web/html/xui/form/protocol/socks.html @@ -11,7 +11,7 @@ @change="checked => inbound.settings.auth = checked ? 'password' : 'noauth'">
{{ i18n "username" }} {{ i18n "password" }}