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 <mcgivergim@gmail.com>
This commit is contained in:
Miguel Angel Mulero Martinez 2022-04-29 16:32:58 +02:00
parent 531c0ecff2
commit 35fb253adb

View 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;