Special style for map-descr abbr
This commit is contained in:
parent
404fa1dcea
commit
b370f35801
@ -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;
|
||||
}
|
||||
|
@ -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…
x
Reference in New Issue
Block a user