mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Adding a hover-able destroy icon
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 555 B |
@@ -146,11 +146,14 @@ html {
|
||||
cursor: pointer;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background: url(destroy.png) no-repeat center center;
|
||||
background: url(destroy.png) no-repeat 0 0;
|
||||
}
|
||||
#todo-list li:hover .todo-destroy {
|
||||
display: block;
|
||||
}
|
||||
#todo-list .todo-destroy:hover {
|
||||
background-position: 0 -20px;
|
||||
}
|
||||
|
||||
#todo-stats {
|
||||
*zoom: 1;
|
||||
|
||||
Reference in New Issue
Block a user