Vorlage:Editbox/styles.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 2: | Zeile 2: | ||
float: right; | float: right; | ||
font-size: 0.7em !important; | font-size: 0.7em !important; | ||
line-height: | line-height: 1.5em; | ||
background: #d9d9d9; | background: #d9d9d9; | ||
padding: 10px; | padding: 10px; | ||
| Zeile 16: | Zeile 16: | ||
.infektiopedia-editbox:hover > .hide { | .infektiopedia-editbox:hover > .hide { | ||
display: | display: inline !important; | ||
} | } | ||
Version vom 10. Juni 2021, 07:57 Uhr
.infektiopedia-editbox{
float: right;
font-size: 0.7em !important;
line-height: 1.5em;
background: #d9d9d9;
padding: 10px;
}
.hide {
display: none;
}
.infektiopedia-editbox > i {
font-size: 1.5em;
}
.infektiopedia-editbox:hover > .hide {
display: inline !important;
}