manage: adjust .update-problem colors

This commit is contained in:
tophf 2017-04-21 15:34:58 +03:00
parent 9617d571f8
commit 09670f59dc

View File

@ -295,7 +295,15 @@ summary {
}
.update-problem .check-update svg {
fill: darkred;
fill: #ef6969;
}
.newUI .entry.update-problem:hover .check-update svg {
fill: #fd4040;
}
.newUI .entry.update-problem:hover .check-update svg:hover {
fill: red;
}
.updater-icons > :not(.check-update):after {