1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00

Change finger color to a neutral gray.

This commit is contained in:
Gunther Brunner 2014-09-25 18:18:37 +09:00
parent ce42d9b0f8
commit a4a11c1680

View file

@ -55,14 +55,17 @@ device-screen canvas {
device-screen .finger {
position: absolute;
border-radius: 50%;
background: lime;
background: #7c7c7c;
opacity: 0.5;
width: 6mm;
height: 6mm;
top: -3mm;
left: -3mm;
width: 8mm;
height: 8mm;
top: -4mm;
left: -4mm;
pointer-events: none;
display: none;
border-style: solid;
border-width: 1px;
border-color: #464646;
}
device-screen .finger.active {