Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/assets')
-rw-r--r--web/assets/css/custom.css1
-rw-r--r--web/assets/js/model/xray.js4
2 files changed, 3 insertions, 2 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index 37e6231a..4e8bbd2e 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -262,6 +262,7 @@ body {
.ant-card-dark .ant-collapse-content,
.ant-card-dark .ant-calendar,
.ant-card-dark .ant-table-placeholder,
+.ant-card-dark .ant-select-selection__choice,
.ant-card-dark .ant-input-group-addon {
color: hsla(0,0%,100%,.65);
background-color: #262f3d;
diff --git a/web/assets/js/model/xray.js b/web/assets/js/model/xray.js
index 8ab2969d..47800884 100644
--- a/web/assets/js/model/xray.js
+++ b/web/assets/js/model/xray.js
@@ -78,9 +78,9 @@ const UTLS_FINGERPRINT = {
};
const ALPN_OPTION = {
- HTTP1: "http/1.1",
- H2: "h2",
H3: "h3",
+ H2: "h2",
+ HTTP1: "http/1.1",
};
const SNIFFING_OPTION = {