i2psnark: Add missing button icons (dark/light themes)

This commit is contained in:
zzz
2023-01-01 10:41:59 -05:00
parent 952d9fd471
commit 2ad33706e3
2 changed files with 24 additions and 2 deletions

View File

@@ -2269,7 +2269,18 @@ hr.debug:last-child {
}
input.reload {
padding: 5px 10px 5px 10px !important;
background: url(../ubergine/images/restore.png) left 6px center no-repeat;
background-size: 12px 12px;
}
input.reload[name="recheck"] {
background: url(../ubergine/images/recheck.png) left 6px center no-repeat;
background-size: 12px 12px;
}
input.create {
background: url(images/create.png) left 6px center no-repeat;
background-size: 12px 12px;
}
input.starttorrent {

View File

@@ -1978,7 +1978,18 @@ input.starttorrent {
}
input.reload {
padding: 5px 8px 5px 8px !important;
background: url(../vanilla/images/restore.png) left 6px center no-repeat;
background-size: 12px 12px;
}
input.reload[name="recheck"] {
background: url(../vanilla/images/recheck.png) left 6px center no-repeat;
background-size: 12px 12px;
}
input.create {
background: url(images/create.png) left 6px center no-repeat;
background-size: 12px 12px;
}
/* end priorities */