Vorlage:Editbox/styles.css: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 15: | Zeile 15: | ||
} | } | ||
.infektiopedia-editbox:hover | .infektiopedia-editbox:hover .hide { | ||
display: inline !important; | display: inline !important; | ||
} | } | ||
Version vom 10. Juni 2021, 07:58 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;
}