summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2018-10-12 10:58:14 +0200
committerFlorian Eckert <fe@dev.tdt.de>2018-10-15 13:56:48 +0200
commit8095ba5a2df02af99784a33cecea23ea284cfb9a (patch)
tree9a5b4badf44181fe51c3ca248224e67660e01003
parent0f8b5402a22b6c3689ab1e17ff6ab2060d090481 (diff)
luci-theme-material: fix css to show loading-img again
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/cascade.css2
1 files changed, 1 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 29c2a664e..65aaf73be 100644
--- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
+++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
@@ -235,8 +235,8 @@ footer > a {
.main > .loading > span > .loading-img {
animation: anim-rotate 2s infinite linear;
- margin-right: 0.2rem;
display: inline-block;
+ margin: 5rem;
}
@keyframes anim-rotate {