lighten the new icons
This commit is contained in:
parent
53814fc9e6
commit
7527845f1a
12
manage.css
12
manage.css
|
@ -249,6 +249,18 @@ summary {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.newUI .svg-icon {
|
||||||
|
fill: #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
|
.newUI .entry:hover .svg-icon {
|
||||||
|
fill: #666;
|
||||||
|
}
|
||||||
|
|
||||||
|
.newUI .entry:hover .svg-icon:hover {
|
||||||
|
fill: #000;
|
||||||
|
}
|
||||||
|
|
||||||
.newUI .checking-update .check-update {
|
.newUI .checking-update .check-update {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user