i2psnark: Fix css icon link

This commit is contained in:
zzz
2022-03-04 05:52:44 -05:00
parent 5e09245234
commit c4b167b845
2 changed files with 2 additions and 2 deletions

View File

@@ -2264,7 +2264,7 @@ hr.debug:last-child {
}
.accept {
background: url(/i2psnark/.resources/icons/solid/yes.png) left 6px center no-repeat !important;
background: url(/i2psnark/.resources/icons/solid/tick.png) left 6px center no-repeat !important;
background-size: 12px 12px !important;
}

View File

@@ -1968,7 +1968,7 @@ hr.debug:last-child {
}
.accept {
background: url(/i2psnark/.resources/icons/solid/yes.png) left 6px center no-repeat;
background: url(/i2psnark/.resources/icons/solid/tick.png) left 6px center no-repeat;
background-size: 12px 12px;
}