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:
parent
531c0ecff2
commit
35fb253adb
1 changed files with 0 additions and 1 deletions
|
@ -1650,7 +1650,6 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
||||||
|
|
||||||
.cbi-progressbar::after {
|
.cbi-progressbar::after {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 1.3em;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size-adjust: .38;
|
font-size-adjust: .38;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
|
|
Loading…
Reference in a new issue