use a pointer cursor for actions

This commit is contained in:
Daniel Friesel 2018-11-11 17:25:40 +01:00
parent 5565e81fb2
commit fd333ba4db

View file

@ -0,0 +1,5 @@
.action-checkin,
.action-checkout,
.action-undo {
cursor: pointer;
}