Skip to content

Commit

Permalink
Minor Fixes (#2190)
Browse files Browse the repository at this point in the history
Update index.html

Update xray.html
  • Loading branch information
TaraRostami committed Apr 2, 2024
1 parent 5a5f7af commit f02c826
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 221 deletions.
6 changes: 6 additions & 0 deletions web/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Loading

0 comments on commit f02c826

Please sign in to comment.