9 lines
120 B
CSS
9 lines
120 B
CSS
.action-checkin,
|
|
.action-checkout,
|
|
.action-undo {
|
|
cursor: pointer;
|
|
}
|
|
|
|
td.cancelled {
|
|
text-decoration: line-through;
|
|
}
|