changed archive icon, fixed calculation issue

This commit is contained in:
Maimoonah Almashhadani 2022-11-11 14:21:37 +03:00
commit edefa525d6
2 changed files with 3 additions and 2 deletions

View file

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B