1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Merge branch 'test' into develop

This commit is contained in:
suyuan 2020-10-08 22:58:34 +08:00
commit 2df3cee82f
7 changed files with 28 additions and 12 deletions

View file

@ -547,7 +547,7 @@ small {
top: 0;
float: left;
width: 15%;
width: calc(0% + 10rem);
width: calc(0% + 20rem);
height: 100%;
background-color: #fff;
background-color: var(--menu-bg-color);

View file

@ -1,7 +1,6 @@
#!/bin/sh
uci batch <<-EOF
set luci.themes.Argon=/luci-static/argon
set luci.main.mediaurlbase=/luci-static/argon
commit luci
EOF
[ -f /usr/lib/lua/luci/view/themes/argon/out_header_login.htm ] && mv -f /usr/lib/lua/luci/view/themes/argon/out_header_login.htm /usr/lib/lua/luci/view/header_login.htm