From: Miguel Angel Mulero Martinez Date: Fri, 29 Apr 2022 14:32:58 +0000 (+0200) Subject: luci-theme-material: fix size of progressbar text X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=35fb253adb482d1f485245b0f8858b6713a99151;p=project%2Fluci.git luci-theme-material: fix size of progressbar text The text of the progressbar is bigger than the progressbar height. This removes the font-size element that produced that. Signed-off-by: Miguel Angel Mulero --- 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;