Merge pull request #491 from thecodingmachine/updateStyleCss
update pointer style
This commit is contained in:
commit
1f3c738cd0
9 changed files with 1017 additions and 21 deletions
1
front/dist/resources/html/gameMenu.html
vendored
1
front/dist/resources/html/gameMenu.html
vendored
|
@ -3,6 +3,7 @@
|
|||
background-color: black;
|
||||
color: white;
|
||||
border-radius: 7px;
|
||||
cursor: url('../logos/cursor_pointer.png'), pointer;
|
||||
}
|
||||
#gameMenu section {
|
||||
margin: 10px;
|
||||
|
|
1
front/dist/resources/html/gameMenuIcon.html
vendored
1
front/dist/resources/html/gameMenuIcon.html
vendored
|
@ -4,6 +4,7 @@
|
|||
background-color: black;
|
||||
color: white;
|
||||
border-radius: 7px;
|
||||
cursor: url('../logos/cursor_pointer.png'), pointer;
|
||||
}
|
||||
#menuIcon section {
|
||||
margin: 10px;
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue