update
fix progressbar color
This commit is contained in:
parent
a11c0adbe3
commit
8d0bd0bae5
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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
|
||||
*
|
||||
@ -2416,8 +2416,8 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child {
|
||||
width: 0;
|
||||
height: 100%;
|
||||
transition: width .25s ease-in;
|
||||
background: #5bc0de;
|
||||
background: var(--bar-bg);
|
||||
background: #5e72e4;
|
||||
background: var(--primary);
|
||||
}
|
||||
|
||||
.cbi-progressbar::after {
|
||||
|
@ -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
|
||||
*
|
||||
|
@ -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 -%>
|
||||
<div class="alert-message error">
|
||||
<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>
|
||||
<% if disp.lookup("admin/system/admin") then %>
|
||||
<div class="right"><a class="btn"
|
||||
|
Loading…
x
Reference in New Issue
Block a user