emphasize data-skipped-edited main status message

thus visually separating it from the wall of text afterwards
This commit is contained in:
tophf 2018-08-27 17:18:41 +03:00
parent f07e1b269e
commit 699b5453fb

View File

@ -822,6 +822,15 @@ input[id^="manage.newUI"] {
margin-top: 1ex;
}
#update-all-no-updates[data-skipped-edited="true"] {
font-weight: bold;
}
#update-all-no-updates[data-skipped-edited="true"]::after {
font-weight: normal;
display: block;
}
/* highlight updated/added styles */
.highlight {
animation: highlight 10s cubic-bezier(0,.82,.47,.98);