luci-theme-openwrt-2020: fix spinning disk animation
authorJo-Philipp Wich <jo@mein.io>
Thu, 17 Jun 2021 12:11:39 +0000 (14:11 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Mon, 21 Jun 2021 10:06:44 +0000 (12:06 +0200)
Fixes: #4824
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit e8a6f0bb7c7c24f31ddbc36f81fa97b3a2a53b2e)

themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css

index 1a276c4952149407cff68c2bedd38290d09f23bc..f510e6c7895a2ccdbe4c44b98b89ca0c0162a476 100644 (file)
@@ -1518,11 +1518,12 @@ div[id$=".editlist"] {
        top: 0;
        bottom: 0;
        left: .4em;
-       width: 1.3em;
-       height: 1.3em;
+       width: 1.4em;
+       height: 1.4em;
        animation: spin 1s linear infinite;
        content: url("spinner.svg");
        margin: auto;
+       line-height: 0;
 }
 
 button.spinning, .btn.spinning {