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