fix progressbar color
This commit is contained in:
jerrykuku 2021-01-20 09:46:59 +08:00
parent a11c0adbe3
commit 8d0bd0bae5
5 changed files with 3935 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
// out: ../css/cascade.css, compress: true , sourceMap: false // out: ../css/cascade.css, compress: false , sourceMap: false
/** /**
* Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Argon Template * Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Argon Template
* *
@ -2416,8 +2416,8 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
width: 0; width: 0;
height: 100%; height: 100%;
transition: width .25s ease-in; transition: width .25s ease-in;
background: #5bc0de; background: #5e72e4;
background: var(--bar-bg); background: var(--primary);
} }
.cbi-progressbar::after { .cbi-progressbar::after {

View File

@ -1,4 +1,4 @@
// compress: true // compress: false , sourceMap: false
/** /**
* Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Argon Template * Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material and Argon Template
* *

View File

@ -259,7 +259,7 @@
<%- if luci.sys.process.info("uid") == 0 and luci.sys.user.getuser("root") and not luci.sys.user.getpasswd("root") then -%> <%- if luci.sys.process.info("uid") == 0 and luci.sys.user.getuser("root") and not luci.sys.user.getpasswd("root") then -%>
<div class="alert-message error"> <div class="alert-message error">
<h4><%:No password set!%></h4> <h4><%:No password set!%></h4>
<p><%:There is no password set on this router. Please configure a root password to protect the web interface and enable SSH.%> <p><%:There is no password set on this router. Please configure a root password to protect the web interface.%>
</p> </p>
<% if disp.lookup("admin/system/admin") then %> <% if disp.lookup("admin/system/admin") then %>
<div class="right"><a class="btn" <div class="right"><a class="btn"