Special style for map-descr abbr

This commit is contained in:
kongfl888 2020-07-04 21:17:37 +08:00
parent 404fa1dcea
commit b370f35801
2 changed files with 11 additions and 0 deletions

View File

@ -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

@ -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;
}