Merge pull request #83 from kongfl888/abbr

Special style for map-descr abbr
This commit is contained in:
老竭力 2020-07-05 11:28:34 +08:00 committed by GitHub
commit d572bb9afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}