Skip to content

Commit

Permalink
Add cursor pointer to Todo Lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wlodek Bzyl committed May 25, 2012
1 parent 5105de0 commit dd95b83
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/todos/client/todos.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ h3 {
font-size: 120%;
padding: 8px 6px;
text-align: center;
}
}

#top-tag-filter, #main-pane, #side-pane, #bottom-pane {
position: absolute;
Expand Down Expand Up @@ -129,13 +129,17 @@ h3 {
font-weight: bold;
}

#lists .list-name {
cursor: pointer;
}

#createList {
padding: 3px 6px;
margin-top: 5px;
}

#createList input {
width: 180px;
width: 180px;
}

#new-todo-box {
Expand Down

0 comments on commit dd95b83

Please sign in to comment.