Fix the cursor
This commit is contained in:
@@ -2,6 +2,7 @@ html, body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
cursor: url('../img/ui/Point.png'), auto;
|
||||
}
|
||||
|
||||
@font-face{
|
||||
@@ -148,6 +149,7 @@ html, body {
|
||||
transform: scale(0.8);
|
||||
filter: drop-shadow(0px 0px 8px #000);
|
||||
z-index: 2;
|
||||
cursor: url('../img/ui/Point.png'), auto;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
@@ -219,6 +221,7 @@ html, body {
|
||||
transform: scale(0.65);
|
||||
transition: 0.2s;
|
||||
filter: drop-shadow(0px 0px 6px #000);
|
||||
cursor: url('../img/ui/Point.png'), auto;
|
||||
}
|
||||
|
||||
.xPacButton:hover {
|
||||
@@ -277,4 +280,4 @@ html, body {
|
||||
transform: scale(1.6);
|
||||
border: none;
|
||||
z-index: 4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user