give go back link a proper cursor

This commit is contained in:
MiniDigger 2020-07-14 17:06:53 +02:00
parent b7bf40c4b1
commit a37773189c
2 changed files with 4 additions and 2 deletions

View File

@ -437,4 +437,7 @@ select.form-control, input.form-control {
}
.text-center {
text-align: center;
}
}
.link-go-back {
cursor: pointer;
}

View File

@ -121,4 +121,3 @@ public class ApplicationController extends HangarController {
// return null; // implement removeTrail request controller - pretty sure this one is dum
// }
}