diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-19 00:06:55 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-03-19 00:13:01 +0300 |
| commit | 6e5ed881f23c59603ce68629cd7fe643527f0052 (patch) | |
| tree | e7e1637ee5cc1d802abf819182a6e5b9e9b185da /web/html/xui/component/aCustomStatistic.html | |
| parent | d52c50fd9ec8c74ca42a2682d8e5991b171f0c70 (diff) | |
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
---------
Diffstat (limited to 'web/html/xui/component/aCustomStatistic.html')
| -rw-r--r-- | web/html/xui/component/aCustomStatistic.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/html/xui/component/aCustomStatistic.html b/web/html/xui/component/aCustomStatistic.html index a8ede41c..0bff128d 100644 --- a/web/html/xui/component/aCustomStatistic.html +++ b/web/html/xui/component/aCustomStatistic.html @@ -12,6 +12,18 @@ {{end}} {{define "component/aCustomStatistic"}} +<style> + .dark .ant-statistic-content { + color: var(--dark-color-text-primary) + } + .dark .ant-statistic-title { + color: rgba(255, 255, 255, 0.55) + } + .ant-statistic-content { + font-size: 16px; + } +</style> + <script> Vue.component('a-custom-statistic', { props: { |
