Template:Editbox/styles.css: Difference between revisions
imported>Maximilian.schons@uk-koeln.de (Die Seite wurde neu angelegt: „.infektiopedia-editbox{ float: right; font-size: 0.7em !important; line-height: 1em; }“) |
imported>Maximilian.schons@uk-koeln.de No edit summary |
||
| Line 3: | Line 3: | ||
font-size: 0.7em !important; | font-size: 0.7em !important; | ||
line-height: 1em; | line-height: 1em; | ||
} | |||
.hide { | |||
display: none; | |||
} | |||
.infektiopedia-editbox:hover + .hide { | |||
display: block; | |||
color: red; | |||
} | } | ||
Revision as of 07:41, 10 June 2021
.infektiopedia-editbox{
float: right;
font-size: 0.7em !important;
line-height: 1em;
}
.hide {
display: none;
}
.infektiopedia-editbox:hover + .hide {
display: block;
color: red;
}