manage: adjust .update-problem colors
This commit is contained in:
parent
9617d571f8
commit
09670f59dc
10
manage.css
10
manage.css
|
@ -295,7 +295,15 @@ summary {
|
||||||
}
|
}
|
||||||
|
|
||||||
.update-problem .check-update svg {
|
.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 {
|
.updater-icons > :not(.check-update):after {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user