Fix style button
This commit is contained in:
parent
8bf72e1ffd
commit
af89965db8
5 changed files with 33 additions and 12 deletions
10
front/dist/resources/html/gameMenuIcon.html
vendored
10
front/dist/resources/html/gameMenuIcon.html
vendored
|
@ -1,10 +1,16 @@
|
|||
<style>
|
||||
|
||||
*{
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
cursor: url('../logos/cursor_normal.png'), auto !important;
|
||||
}
|
||||
* a, button, select{
|
||||
cursor: url('../logos/cursor_pointer.png'), pointer !important;
|
||||
}
|
||||
#menuIcon button {
|
||||
background-color: black;
|
||||
color: white;
|
||||
border-radius: 7px;
|
||||
cursor: url('../logos/cursor_pointer.png'), pointer;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
#menuIcon section {
|
||||
margin: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue