travelynx/public/static/css/local.css

12 lines
166 B
CSS
Raw Normal View History

2018-11-11 16:25:40 +00:00
.action-checkin,
.action-checkout,
2019-03-19 17:20:05 +00:00
.action-undo,
.action-cancelled-from,
.action-cancelled-to {
2018-11-11 16:25:40 +00:00
cursor: pointer;
}
2019-03-19 16:17:53 +00:00
td.cancelled {
text-decoration: line-through;
}