diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2025-03-18 11:51:05 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-18 11:51:05 +0300 |
| commit | 21e7d45b5481bb882db008b5d95bd899510005fb (patch) | |
| tree | c3355e930943acda5463e88f89c1c6251e4d0e4c /web/html/xui/component | |
| parent | db62a07fb89e08e974210ccb0f62cc648d799e94 (diff) | |
Fixes and improvements (#2789)
* Fixes and improvements
* Update translate.en_US.toml
Diffstat (limited to 'web/html/xui/component')
| -rw-r--r-- | web/html/xui/component/aCustomStatistic.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/web/html/xui/component/aCustomStatistic.html b/web/html/xui/component/aCustomStatistic.html index 41695e90..a8ede41c 100644 --- a/web/html/xui/component/aCustomStatistic.html +++ b/web/html/xui/component/aCustomStatistic.html @@ -12,31 +12,6 @@ {{end}} {{define "component/aCustomStatistic"}} -<style> - .dark .ant-statistic-title, - .dark .ant-statistic-content { - color: var(--dark-color-text-primary) !important - } - - .dark .ant-statistic-title { - user-select: none; - opacity: 0.55; - } - - .ant-statistic-title { - margin-bottom: 0 !important; - } - - .ant-statistic-content-prefix { - margin-right: 6px !important; - } - - .ant-statistic-content-prefix, - .ant-statistic-content-value { - font-size: 1.05rem; - } -</style> - <script> Vue.component('a-custom-statistic', { props: { |
