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:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2024-04-02 12:33:40 +0300
committerGitHub <noreply@github.com>2024-04-02 12:33:40 +0300
commitf02c82677d469a811a287e041ddcf97a70ed542c (patch)
tree7c4f0e814e8148728827ead6ceafa8b1f5d710d8 /web/assets/css/custom.css
parent5a5f7afb689f6cfb33e02a47267cf550baabd2ec (diff)
Minor Fixes (#2190)
Update index.html Update xray.html
Diffstat (limited to 'web/assets/css/custom.css')
-rw-r--r--web/assets/css/custom.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index d755e3c7..7dfa7f28 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -1457,3 +1457,9 @@ b, strong {
.ant-menu-theme-switch.ant-menu-item .ant-switch:not(.ant-switch-disabled):active:after, .ant-switch:not(.ant-switch-disabled):active:before {
width: 16px;
}
+
+.dark .ant-select-disabled .ant-select-selection {
+ background: var(--dark-color-surface-100);
+ border-color: var(--dark-color-surface-200);
+ color: rgba(255, 255, 255, 0.25);
+}