Minor Fixes (#2190)

Update index.html

Update xray.html
This commit is contained in:
Tara Rostami
2024-04-02 13:03:40 +03:30
committed by GitHub
parent 5a5f7afb68
commit f02c82677d
3 changed files with 230 additions and 224 deletions

View File

@@ -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);
}