diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2024-03-12 20:27:50 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-12 20:27:50 +0300 |
| commit | bc29d7a252379389cafd93e2bc83fa71297ef37c (patch) | |
| tree | 8b60c42b9b1b7908c4832ef2d3782e460641658a /web | |
| parent | dd21bb2db70cc78da8cafafbe4bff7d0a69ba8e4 (diff) | |
Minor Fixes (#2041)
Diffstat (limited to 'web')
| -rw-r--r-- | web/assets/css/custom.css | 4 | ||||
| -rw-r--r-- | web/html/xui/settings.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index 506a0439..3be33763 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -755,8 +755,8 @@ style attribute { .dark .ant-btn-danger[disabled], .dark .ant-calendar-ok-btn-disabled { color: rgb(255 255 255 / 35%); - background-color: var(--dark-color-surface-300); - border-color: #42516c; + background-color: var(--dark-color-surface-200); + border-color: var(--dark-color-surface-300); } .dark diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index f9f2aba7..f2f27382 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -298,8 +298,8 @@ <setting-list-item type="switch" title='Mux' v-model="enableMux"></setting-list-item> <setting-list-item type="switch" title='{{ i18n "pages.xray.directCountryConfigs"}}' desc='{{ i18n "pages.xray.directCountryConfigsDesc"}}' v-model="enableDirect"></setting-list-item> </a-list> - <a-collapse v-if="fragment"> - <a-collapse-panel header='{{ i18n "pages.settings.fragment"}}'> + <a-collapse v-if="fragment || enableMux || enableDirect"> + <a-collapse-panel header='{{ i18n "pages.settings.fragment"}}' v-if="fragment"> <a-list-item style="padding: 20px"> <a-row> <a-col :lg="24" :xl="12"> |
