Use cursor pointer for right sidebar textual buttons.

This commit is contained in:
Max Goodman
2013-05-23 15:04:37 -07:00
parent 733fc4e9cf
commit e937eef00d

View File

@@ -5144,6 +5144,10 @@ table.calendar {
vertical-align: middle;
}
button {
cursor: pointer;
}
label, .show-copy, .delete {
margin-right: 12px;
}