forked from I2P_Developers/i2p.i2p
i2psnark: Add missing button icons (dark/light themes)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user