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 2: | Line 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; | ||
| Line 16: | Line 16: | ||
.infektiopedia-editbox:hover > .hide { | .infektiopedia-editbox:hover > .hide { | ||
display: | display: inline !important; | ||
} | } | ||
Revision as of 07:57, 10 June 2021
.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;
}