From 35fb253adb482d1f485245b0f8858b6713a99151 Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Fri, 29 Apr 2022 16:32:58 +0200 Subject: [PATCH] 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 --- .../luci-theme-material/htdocs/luci-static/material/cascade.css | 1 - 1 file changed, 1 deletion(-) 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;