added a icon for archiving

This commit is contained in:
Huda Baig 2022-11-11 12:47:34 +03:00
parent 28f99c9506
commit 415896bd1f
2 changed files with 3 additions and 2 deletions

View file

@ -295,6 +295,7 @@ footer .footer-left {
.bill-actions > form > .delete,
.bill-actions > .edit,
.bill-actions > form > .archive,
.bill-actions > .show {
font-size: 0px;
display: block;
@ -315,7 +316,7 @@ footer .footer-left {
}
.bill-actions > form > .archive {
background: url("../images/edit.png") no-repeat right;
background: url("../images/archive.png") no-repeat right;
}
.bill-actions > .show {

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 B