mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-21 06:51:19 +08:00
give go back link a proper cursor
This commit is contained in:
parent
b7bf40c4b1
commit
a37773189c
@ -437,4 +437,7 @@ select.form-control, input.form-control {
|
||||
}
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.link-go-back {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -121,4 +121,3 @@ public class ApplicationController extends HangarController {
|
||||
// return null; // implement removeTrail request controller - pretty sure this one is dum
|
||||
// }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user