Skip to content

Commit

Permalink
todos: better icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreensp committed Apr 6, 2012
1 parent 81ba92c commit 848ae04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions examples/todos/client/todos.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,14 @@ h3 {
#item-list .todo .item-tags .tag .remove {
position: absolute;
top: 0;
right: 0;
right: 4px;
bottom: 0;
width: 20px;
background: url("/close_16.png") no-repeat center center;
width: 16px;
background: url("/close_16.png") no-repeat 0 center;
}

#item-list .todo .item-tags .tag .remove:hover {
background-position: -16px center;
}

#item-list .todo .item-tags div.addtag {
Expand Down
Binary file modified examples/todos/public/close_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/todos/public/destroy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 848ae04

Please sign in to comment.