mirror of
https://github.com/derf/travelynx
synced 2024-12-14 15:02:32 +00:00
11 lines
166 B
CSS
11 lines
166 B
CSS
.action-checkin,
|
|
.action-checkout,
|
|
.action-undo,
|
|
.action-cancelled-from,
|
|
.action-cancelled-to {
|
|
cursor: pointer;
|
|
}
|
|
|
|
td.cancelled {
|
|
text-decoration: line-through;
|
|
}
|