fix for opacity given as percentage; affects Firefox
This commit is contained in:
parent
aeb84f988f
commit
a157f53cb9
|
|
@ -467,7 +467,7 @@ button:disabled .silhouette {
|
||||||
background-image: url(../svg/new-game.svg);
|
background-image: url(../svg/new-game.svg);
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
opacity: 25%;
|
opacity: 0.25;
|
||||||
}
|
}
|
||||||
|
|
||||||
.game-tile-title {
|
.game-tile-title {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue