Template:Editbox/styles.css: Difference between revisions
imported>Maximilian.schons@uk-koeln.de No edit summary |
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; | ||
background: #d9d9d9; | |||
padding: 10px; | |||
} | } | ||
.hide { | .hide { | ||
display: none; | display: none; | ||
} | |||
.infektiopedia-editbox > i { | |||
font-size: 1.5em; | |||
} | } | ||
.infektiopedia-editbox:hover > .hide { | .infektiopedia-editbox:hover > .hide { | ||
display: block | display: block !important; | ||
} | } | ||
Revision as of 07:47, 10 June 2021
.infektiopedia-editbox{
float: right;
font-size: 0.7em !important;
line-height: 1em;
background: #d9d9d9;
padding: 10px;
}
.hide {
display: none;
}
.infektiopedia-editbox > i {
font-size: 1.5em;
}
.infektiopedia-editbox:hover > .hide {
display: block !important;
}