differentiate .update-done by doubling the checkmark

This commit is contained in:
tophf 2017-04-14 23:38:10 +03:00
parent e21d65217a
commit 3961224f80

View File

@ -264,6 +264,14 @@ summary {
display: inline;
}
.newUI .update-done .updated svg {
top: -2px;
position: relative;
/* unprefixed since Chrome 53 */
-webkit-filter: drop-shadow(0 4px 0 currentColor);
filter: drop-shadow(0 4px 0 currentColor);
}
.newUI .can-update .update,
.newUI .no-update.update-problem .check-update {
cursor: pointer;