summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--modules/luci-base/root/www/index.html4
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/cascade.css6
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/custom.css1
3 files changed, 6 insertions, 5 deletions
diff --git a/modules/luci-base/root/www/index.html b/modules/luci-base/root/www/index.html
index 59b0d84842..e964175829 100644
--- a/modules/luci-base/root/www/index.html
+++ b/modules/luci-base/root/www/index.html
@@ -3,9 +3,9 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Cache-Control" content="no-cache" />
-<meta http-equiv="refresh" content="0; URL=/cgi-bin/luci" />
+<meta http-equiv="refresh" content="0; URL=/cgi-bin/luci/" />
</head>
<body style="background-color: white">
-<a style="color: black; font-family: arial, helvetica, sans-serif;" href="/cgi-bin/luci">LuCI - Lua Configuration Interface</a>
+<a style="color: black; font-family: arial, helvetica, sans-serif;" href="/cgi-bin/luci/">LuCI - Lua Configuration Interface</a>
</body>
</html>
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
index 8fa45d9809..65aaf73be0 100644
--- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
+++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
@@ -125,7 +125,7 @@ html, body {
margin: 0px;
padding: 0px;
height: 100%;
- font-family: Microsoft Yahei, WenQuanYi Micro Hei, sans-serif, "Helvetica Neue", Helvetica, Hiragino Sans GB;
+ font-family: var(--font-body, "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif", "Helvetica Neue", "Helvetica", "Hiragino Sans GB");
}
select {
@@ -235,8 +235,8 @@ footer > a {
.main > .loading > span > .loading-img {
animation: anim-rotate 2s infinite linear;
- margin-right: 0.2rem;
display: inline-block;
+ margin: 5rem;
}
@keyframes anim-rotate {
@@ -1611,7 +1611,7 @@ header > .container > .pull-right > * {
}
.node-main-login > .main .cbi-value-title {
- width: 7rem;
+ width: 8rem;
}
.node-main-login > .main #maincontent {
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/custom.css b/themes/luci-theme-material/htdocs/luci-static/material/custom.css
index b32eb2af1b..adb9c753e2 100644
--- a/themes/luci-theme-material/htdocs/luci-static/material/custom.css
+++ b/themes/luci-theme-material/htdocs/luci-static/material/custom.css
@@ -6,4 +6,5 @@
--menu-color: #404040;
--submenu-bg-hover: #D4D4D4;
--submenu-bg-hover-active: #0099CC;
+ --font-body: "Microsoft Yahei", "WenQuanYi Micro Hei", "sans-serif", "Helvetica Neue", "Helvetica", "Hiragino Sans GB";
}