Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Angel Mulero Martinez <migmul@gmail.com>2022-04-29 17:32:58 +0300
committerMiguel Angel Mulero Martinez <migmul@gmail.com>2022-04-29 17:32:58 +0300
commit35fb253adb482d1f485245b0f8858b6713a99151 (patch)
tree56ca6b0ce560da7af66f62e726c3957a864af670
parent531c0ecff2ca57c4bc0aacee66a0746814fefc78 (diff)
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>
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/cascade.css1
1 files changed, 0 insertions, 1 deletions
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;