mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-03 19:40:15 +01:00
wire up downloading attachments from todo partial
This commit is contained in:
parent
4d7c453ca7
commit
6405bf5d1a
5 changed files with 32 additions and 3 deletions
|
|
@ -124,6 +124,11 @@ img.delete_item {
|
|||
}
|
||||
}
|
||||
|
||||
a.todo_attachment {
|
||||
background: image-url('bottom_off.png') no-repeat top;
|
||||
border: none;
|
||||
}
|
||||
|
||||
a.undecorated_link {background-color:transparent;color:transparent;}
|
||||
img.todo_star {background-image: image-url('staricons.png'); background-repeat: no-repeat; border:none; background-position: -32px 0px;}
|
||||
img.todo_star.starred{ background-position: 0px 0px; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue