update 2023-05-02 23:35:19

This commit is contained in:
github-actions[bot] 2023-05-02 23:35:19 +08:00
parent e99b5f4031
commit b77fae64b1
3 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Design Theme
LUCI_DEPENDS:=
PKG_VERSION:=5.7.6-20230419
PKG_VERSION:=5.7.7-20230502
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -843,10 +843,10 @@ img[src*="/luci-static/resources/icons/wifi_big_disabled.png"] {
img[src*="/luci-static/resources/icons/loading.gif"] {
background-image: url(../images/loading.gif);
background-size: 20px 20px;
height: 20px;
width: 20px;
padding: 0 0 0 20px;
background-size: 32px 32px;
height: 32px;
width: 32px;
padding: 0 0 0 32px;
width: 0;
}

File diff suppressed because one or more lines are too long