mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Adding in pointer cursor to CSS to make it easier to use.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user