mirror of
https://github.com/openwrt/luci.git
synced 2025-12-22 01:44:35 +04:00
luci-theme-openwrt-2020: fix spinning disk animation
Fixes: #4824 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -1518,11 +1518,12 @@ div[id$=".editlist"] {
|
|||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: .4em;
|
left: .4em;
|
||||||
width: 1.3em;
|
width: 1.4em;
|
||||||
height: 1.3em;
|
height: 1.4em;
|
||||||
animation: spin 1s linear infinite;
|
animation: spin 1s linear infinite;
|
||||||
content: url("spinner.svg");
|
content: url("spinner.svg");
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
line-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.spinning, .btn.spinning {
|
button.spinning, .btn.spinning {
|
||||||
|
|||||||
Reference in New Issue
Block a user