made archive button have icon

This commit is contained in:
Huda Baig 2022-11-10 10:41:12 +03:00
parent e2dddb6172
commit f97e94db8e

View file

@ -314,6 +314,10 @@ footer .footer-left {
background: url("../images/edit.png") no-repeat right;
}
.bill-actions > form > .archive {
background: url("../images/edit.png") no-repeat right;
}
.bill-actions > .show {
background: url("../images/show.png") no-repeat right;
}