Adding in pointer cursor to CSS to make it easier to use.

This commit is contained in:
Jonathan Kingston
2012-04-11 14:47:33 +02:00
parent ca5990f476
commit d136f904d5

View File

@@ -76,6 +76,7 @@ h3 {
}
.tag {
cursor: pointer;
float: left;
margin: 5px;
padding: 2px 7px;
@@ -166,6 +167,7 @@ h3 {
}
#item-list .todo .destroy {
cursor: pointer;
position: absolute;
left: 5px;
top: 15px;