luci-theme-argon: sync with upstream source
This commit is contained in:
parent
cc805da0c5
commit
953c455575
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user