fix shadow on button on firefox
This commit is contained in:
@@ -163,10 +163,8 @@ html, body {
|
|||||||
|
|
||||||
.xPacButton:hover {
|
.xPacButton:hover {
|
||||||
transform: scale(0.81);
|
transform: scale(0.81);
|
||||||
-webkit-filter: drop-shadow(0px 0px 5px rgb(0, 0, 0));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.xPacButton:active {
|
.xPacButton:active {
|
||||||
transform: scale(0.79);
|
transform: scale(0.79);
|
||||||
-webkit-filter: drop-shadow(0px 0px 0px rgb(0, 0, 0));
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user