mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
added a icon for archiving
This commit is contained in:
parent
28f99c9506
commit
415896bd1f
2 changed files with 3 additions and 2 deletions
|
@ -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,8 +316,8 @@ 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 {
|
||||||
background: url("../images/show.png") no-repeat right;
|
background: url("../images/show.png") no-repeat right;
|
||||||
|
|
BIN
ihatemoney/static/images/archive.png
Normal file
BIN
ihatemoney/static/images/archive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 681 B |
Loading…
Reference in a new issue