Merge pull request #83 from kongfl888/abbr
Special style for map-descr abbr
This commit is contained in:
commit
d572bb9afa
@ -933,6 +933,11 @@ h5 {
|
|||||||
.cbi-map-descr + fieldset {
|
.cbi-map-descr + fieldset {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
.cbi-map-descr > abbr {
|
||||||
|
cursor: help;
|
||||||
|
text-decoration: underline;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
.cbi-section > legend {
|
.cbi-section > legend {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
@ -1113,6 +1113,12 @@ h5 {
|
|||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cbi-map-descr>abbr {
|
||||||
|
cursor: help;
|
||||||
|
text-decoration: underline;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.cbi-section>legend {
|
.cbi-section>legend {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user