From 6e5ed881f23c59603ce68629cd7fe643527f0052 Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Wed, 19 Mar 2025 04:06:55 +0700 Subject: chore: pretty `Inbounds` page (#2791) * chore: pretty 'Inbounds' page * chore: return styles for aCustomStatistic styles was intended to properly display a-statistic in the app, but for some unknown reason it was removed * fix: switch style in dark mode --------- --- web/html/xui/index.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'web/html/xui/index.html') diff --git a/web/html/xui/index.html b/web/html/xui/index.html index f98e9716..92b25d5c 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -24,11 +24,9 @@ } .dark .ant-backup-list-item svg, .dark .ant-badge-status-text, - .dark .ant-statistic-content, .dark .ant-card-extra { color: var(--dark-color-text-primary); } - .dark .ant-statistic-title, .dark .ant-card-actions>li { color: rgba(255, 255, 255, 0.55); } @@ -48,9 +46,6 @@ .ant-card-actions { background: transparent; } - .ant-statistic-content { - font-size: 16px; - } .ip-hidden { -webkit-user-select: none; -moz-user-select: none; @@ -299,16 +294,16 @@ - + - + -- cgit v1.2.3