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

@ -438,3 +438,6 @@ select.form-control, input.form-control {
.text-center { .text-center {
text-align: 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 // return null; // implement removeTrail request controller - pretty sure this one is dum
// } // }
} }