luci-theme-material: fix size of progressbar text 5787/head
authorMiguel Angel Mulero Martinez <migmul@gmail.com>
Fri, 29 Apr 2022 14:32:58 +0000 (16:32 +0200)
committerMiguel Angel Mulero Martinez <migmul@gmail.com>
Fri, 29 Apr 2022 14:32:58 +0000 (16:32 +0200)
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 <mcgivergim@gmail.com>
themes/luci-theme-material/htdocs/luci-static/material/cascade.css

index 18ae319d7ec181420c147165035103de5e64d044..160b4b0ce9b252edb1aaa1dbd437ed4f4abfcf8a 100644 (file)
@@ -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;