diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2024-04-02 12:33:40 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-02 12:33:40 +0300 |
| commit | f02c82677d469a811a287e041ddcf97a70ed542c (patch) | |
| tree | 7c4f0e814e8148728827ead6ceafa8b1f5d710d8 /web/assets/css | |
| parent | 5a5f7afb689f6cfb33e02a47267cf550baabd2ec (diff) | |
Minor Fixes (#2190)
Update index.html
Update xray.html
Diffstat (limited to 'web/assets/css')
| -rw-r--r-- | web/assets/css/custom.css | 6 |
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); +} |
