update pointer style
This commit is contained in:
parent
5890e72dd5
commit
8947e1b781
9 changed files with 1016 additions and 21 deletions
4
website/dist/index.html
vendored
4
website/dist/index.html
vendored
|
@ -121,10 +121,10 @@
|
|||
Stay connected with your future collaborators by organizing online event.
|
||||
</h3>
|
||||
</div>
|
||||
<div class="row buttons-row justify-content-md-center pt-5">
|
||||
<div class="row buttons-row justify-content-md-center pt-5"
|
||||
style="min-height: 80px;">
|
||||
<div class="col col-lg-3">
|
||||
<a class="custom-link start"
|
||||
style="padding-top: 4px;font-size: 18px;"
|
||||
target="_BLANK" onclick="startConsole()" title="YOUR ADVENTURE!">
|
||||
CREATE YOUR MAP
|
||||
</a>
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
}
|
||||
html{
|
||||
cursor: url('../images/cursor_normal.png'), auto;
|
||||
a{
|
||||
cursor: url('../images/cursor_pointer.png'), auto;
|
||||
button, a, select {
|
||||
cursor: url('../images/cursor_pointer.png'), pointer;
|
||||
}
|
||||
}
|
||||
header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue