Actually fix Chrome skelehands

alternate-visualiser
William Toohey 10 years ago
parent d3357c9196
commit 0235d7f35a
  1. 14
      css/hues-h.css

@ -53,13 +53,6 @@
animation-fill-mode: forwards; animation-fill-mode: forwards;
} }
.hues-h-left-hand, .hues-h-right-hand {
width: 63px;
height: 42px;
position: absolute;
background-repeat: no-repeat;
}
.hues-h-left-hand { .hues-h-left-hand {
background: url('../img/left-hand.png'); background: url('../img/left-hand.png');
left: -15px; left: -15px;
@ -70,6 +63,13 @@
right: -15px; right: -15px;
} }
.hues-h-left-hand, .hues-h-right-hand {
width: 63px;
height: 42px;
position: absolute;
background-repeat: no-repeat;
}
.hues-m-controls.hues-h-controls { .hues-m-controls.hues-h-controls {
background: none; background: none;
border-style: none; border-style: none;

Loading…
Cancel
Save