luci-theme-argon: sync with upstream source

This commit is contained in:
CN_SZTL 2020-07-27 18:30:41 +08:00
parent 601cbecbc7
commit b45578a42b
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
3 changed files with 54 additions and 33 deletions

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Argon Theme
LUCI_DEPENDS:=
PKG_VERSION:=1.6.2
PKG_VERSION:=1.6.3
PKG_RELEASE:=20200725
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -200,7 +200,7 @@ li {
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #adb5bd;
color: #525461;
font-size: 1.5rem;
position: absolute;
z-index: 100;
@ -225,10 +225,10 @@ li {
margin: 0.825rem 0;
box-sizing: border-box;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
color: #8898aa;
color: #525461;
border: 0;
border-radius: 0;
border-bottom: 1px solid #dee2e6;
border-bottom: 1px solid #fff;
background-color: transparent;
background-clip: padding-box;
box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
@ -293,6 +293,13 @@ li {
.pull-left {
float: left;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
.login-page .login-container .login-form {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background-color: rgba(244, 245, 247, 0.7);
}
}
/***********************
*
* Header
@ -1069,6 +1076,11 @@ small {
.cbi-section > legend {
display: none !important;
}
.cbi-section-error {
padding: 1.5rem;
color: #fb6340;
font-weight: 600;
}
fieldset > fieldset {
margin: 0;
padding: 0;
@ -2676,13 +2688,6 @@ input[name="nslookup"] {
border-bottom: var(--white) 1px solid;
border-radius: 0;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
.login-page .login-container .login-form {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background-color: rgba(244, 245, 247, 0.7);
}
}
fieldset {
padding: 0;
margin: 1rem 0 0 0;
@ -3213,11 +3218,8 @@ input[name="nslookup"] {
padding: 5px;
background: #252525;
}
}
@media (prefers-color-scheme: dark) and (max-width: 480px) {
.node-status-iptables > .main div > .cbi-map > form {
background-color: #1e1e1e;
box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.35);
.cbi-section-error {
color: darkorange;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
.login-page .login-container .login-form {
@ -3227,3 +3229,9 @@ input[name="nslookup"] {
}
}
}
@media (prefers-color-scheme: dark) and (max-width: 480px) {
.node-status-iptables > .main div > .cbi-map > form {
background-color: #1e1e1e;
box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.35);
}
}

View File

@ -226,7 +226,7 @@ li {
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #adb5bd;
color: #525461;
font-size: 1.5rem;
position: absolute;
z-index: 100;
@ -253,10 +253,10 @@ li {
margin: 0.825rem 0;
box-sizing: border-box;
transition: all .3s cubic-bezier(.68, -.55, .265, 1.55);
color: #8898aa;
color: #525461;
border: 0;
border-radius: 0;
border-bottom: 1px solid #dee2e6;
border-bottom: 1px solid #fff;
background-color: transparent;
background-clip: padding-box;
box-shadow: 0 3px 2px rgba(233, 236, 239, .05);
@ -340,6 +340,15 @@ li {
float: left;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
.login-page .login-container .login-form {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background-color: rgba(244, 245, 247, 0.7);
}
}
/***********************
@ -1296,6 +1305,11 @@ small {
.cbi-section>legend {
display: none !important;
}
.cbi-section-error {
padding: 1.5rem;
color: #fb6340;
font-weight: 600;
}
fieldset>fieldset {
margin: 0;
@ -3379,14 +3393,7 @@ input[name="nslookup"] {
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
.login-page .login-container .login-form {
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background-color: rgba(244, 245, 247, 0.7);
}
}
fieldset {
padding: 0;
@ -4110,12 +4117,8 @@ input[name="nslookup"] {
background: #252525;
}
}
@media (prefers-color-scheme: dark) and (max-width: 480px) {
.node-status-iptables>.main div>.cbi-map>form {
background-color: #1e1e1e;
box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, .35);
.cbi-section-error {
color: darkorange;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
@ -4126,4 +4129,14 @@ input[name="nslookup"] {
}
}
}
@media (prefers-color-scheme: dark) and (max-width: 480px) {
.node-status-iptables>.main div>.cbi-map>form {
background-color: #1e1e1e;
box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, .35);
}
}