diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-04-29 19:58:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-29 19:58:19 +0200 |
commit | bcad4b0a454e2a862e77dbcae9977772c9ad0cc8 (patch) | |
tree | f11f8f747a20c5ef037b2e6c41de22a39c170b5b /themes/luci-theme-material | |
parent | b9cb143be363def380908905358702848277b10d (diff) | |
parent | 35fb253adb482d1f485245b0f8858b6713a99151 (diff) |
Merge pull request #5787 from McGiverGim/fix_progressbar_text
luci-theme-material: fix size of progressbar text
Diffstat (limited to 'themes/luci-theme-material')
-rw-r--r-- | themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 18ae319d7e..160b4b0ce9 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1650,7 +1650,6 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { .cbi-progressbar::after { font-family: monospace; - font-size: 1.3em; font-weight: bold; font-size-adjust: .38; line-height: normal; |