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:
commit
2df3cee82f
7 changed files with 28 additions and 12 deletions
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue