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/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);
+}