diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-06-17 14:11:39 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-06-17 14:11:39 +0200 |
commit | e8a6f0bb7c7c24f31ddbc36f81fa97b3a2a53b2e (patch) | |
tree | 2708d2adbbbbbea3a3a5ccc5e1286215b02cf75e /themes/luci-theme-openwrt-2020/htdocs | |
parent | f689d0d208acbf9934da5a2d49c8717c054be585 (diff) |
luci-theme-openwrt-2020: fix spinning disk animation
Fixes: #4824
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-openwrt-2020/htdocs')
-rw-r--r-- | themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css index 1a276c4952..f510e6c789 100644 --- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css +++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css @@ -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 { |