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: 1.5em; | line-height: 1.5em; | ||
padding: 10px; | padding: 10px; | ||
} | } | ||
| Line 13: | Line 12: | ||
.infektiopedia-editbox > i { | .infektiopedia-editbox > i { | ||
font-size: 1.5em; | font-size: 1.5em; | ||
} | |||
.infektiopedia-editbox:hover .hide { | |||
background: #d9d9d9; | |||
} | } | ||
Revision as of 08:20, 10 June 2021
.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;
}