emphasize data-skipped-edited main status message
thus visually separating it from the wall of text afterwards
This commit is contained in:
parent
f07e1b269e
commit
699b5453fb
|
@ -822,6 +822,15 @@ input[id^="manage.newUI"] {
|
||||||
margin-top: 1ex;
|
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 updated/added styles */
|
||||||
.highlight {
|
.highlight {
|
||||||
animation: highlight 10s cubic-bezier(0,.82,.47,.98);
|
animation: highlight 10s cubic-bezier(0,.82,.47,.98);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user