luci-theme-argon: sync with upstream source

This commit is contained in:
CN_SZTL 2020-07-05 20:08:38 +08:00
parent cc805da0c5
commit 953c455575
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 13 additions and 2 deletions

View File

@ -398,7 +398,7 @@ code {
abbr {
cursor: help;
text-decoration: underline;
color: #fff;
color: #797474;
}
hr {
margin: 1rem 0;
@ -933,6 +933,11 @@ h5 {
.cbi-map-descr + fieldset {
margin-top: 1rem;
}
.cbi-map-descr > abbr {
cursor: help;
text-decoration: underline;
color: #fff;
}
.cbi-section > legend {
display: none !important;
}

View File

@ -466,7 +466,7 @@ code {
abbr {
cursor: help;
text-decoration: underline;
color: #fff;
color: #797474;
}
hr {
@ -1113,6 +1113,12 @@ h5 {
margin-top: 1rem;
}
.cbi-map-descr>abbr {
cursor: help;
text-decoration: underline;
color: #fff;
}
.cbi-section>legend {
display: none !important;
}