mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-05 12:44:22 +00:00
Scope page-level dark overrides: - inbounds/InboundList: scope `.ant-table` border-radius rules and the mobile @media `.ant-card-*` tweaks to `.inbounds-page` (were global and leaked into other pages); scope `.inbound-card` dark variant to `.inbounds-page.is-dark`. - nodes/NodeList: scope `.node-card` dark to `.nodes-page.is-dark`. - xray/RoutingTab, OutboundsTab: scope `.rule-card`, `.criterion-chip`, `.criterion-more`, `.address-pill` dark to `.xray-page.is-dark`. Modernize list borders to use AntD CSS vars instead of body.dark forks: - index/BackupModal, PanelUpdateModal, VersionModal: replace hard-coded `rgba(5,5,5,0.06)` + `body.dark`/`html[data-theme]` override pairs with `var(--ant-color-border-secondary)`; replace custom text colours with `var(--ant-color-text)` / `var(--ant-color-text-tertiary)`. - xray/DnsPresetsModal: same border-color treatment. - xray/NordModal, WarpModal: collapse `.row-odd` light + `body.dark` pair into a single neutral `rgba(128,128,128,0.06)` that works on both themes; scope under `.nord-data-table` / `.warp-data-table`. |
||
|---|---|---|
| .. | ||
| BalancerFormModal.tsx | ||
| BalancersTab.tsx | ||
| BasicsTab.css | ||
| BasicsTab.tsx | ||
| DnsPresetsModal.css | ||
| DnsPresetsModal.tsx | ||
| DnsServerModal.tsx | ||
| DnsTab.css | ||
| DnsTab.tsx | ||
| NordModal.css | ||
| NordModal.tsx | ||
| OutboundFormModal.css | ||
| OutboundFormModal.tsx | ||
| OutboundsTab.css | ||
| OutboundsTab.tsx | ||
| RoutingTab.css | ||
| RoutingTab.tsx | ||
| RuleFormModal.tsx | ||
| WarpModal.css | ||
| WarpModal.tsx | ||
| XrayPage.css | ||
| XrayPage.tsx | ||