Merge pull request #491 from thecodingmachine/updateStyleCss

update pointer style
This commit is contained in:
Kharhamel 2020-12-16 12:58:37 +01:00 committed by GitHub
commit 1f3c738cd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 1017 additions and 21 deletions

View file

@ -3,6 +3,7 @@
background-color: black;
color: white;
border-radius: 7px;
cursor: url('../logos/cursor_pointer.png'), pointer;
}
#gameMenu section {
margin: 10px;

View file

@ -4,6 +4,7 @@
background-color: black;
color: white;
border-radius: 7px;
cursor: url('../logos/cursor_pointer.png'), pointer;
}
#menuIcon section {
margin: 10px;

View file

@ -34,6 +34,7 @@
height: 30px;
transition: box-shadow 0.3s;
width: 240px;
cursor: url('../logos/cursor_pointer.png'), pointer;
}
#gameQuality section {
margin: 10px;
@ -43,6 +44,7 @@
background-color: black;
color: white;
border-radius: 7px;
cursor: url('../logos/cursor_pointer.png'), pointer;
}
</style>