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
@ -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;
|
||||||
|
}
|
||||||
|
@ -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
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user