Fix style button
This commit is contained in:
+8
-2
@@ -1,4 +1,11 @@
|
||||
<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;
|
||||
}
|
||||
#gameQuality {
|
||||
background: #eceeee;
|
||||
border: 1px solid #42464b;
|
||||
@@ -34,7 +41,6 @@
|
||||
height: 30px;
|
||||
transition: box-shadow 0.3s;
|
||||
width: 240px;
|
||||
cursor: url('../logos/cursor_pointer.png'), pointer;
|
||||
}
|
||||
#gameQuality section {
|
||||
margin: 10px;
|
||||
@@ -44,7 +50,7 @@
|
||||
background-color: black;
|
||||
color: white;
|
||||
border-radius: 7px;
|
||||
cursor: url('../logos/cursor_pointer.png'), pointer;
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user