server/apps/updatenotification/css/admin.css
Joas Schilling ec1e039790
Show EOL warning in the update section
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-03-20 15:52:30 +01:00

46 lines
743 B
CSS

#updatenotification {
margin-top: -25px;
}
#updatenotification div.update,
#updatenotification ul,
#updatenotification p:not(.inlineblock) {
margin-bottom: 25px;
}
#updatenotification h2.inlineblock {
margin-top: 25px;
}
#updatenotification h3,
#updatenotification h3 .icon {
cursor: pointer;
}
#updatenotification h3:first-of-type {
margin-top: 0;
}
#updatenotification .icon {
display: inline-block;
margin-bottom: -3px;
}
#updatenotification .icon-triangle-s,
#updatenotification .icon-triangle-n {
opacity: 0.5;
}
#updatenotification .channel-description span {
color: #aaa;
}
#updatenotification .channel-description span strong {
color: #555;
font-weight: normal;
}
#updatenotification .warning {
color: #ce3702;
}