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:
parent
ce42d9b0f8
commit
a4a11c1680
1 changed files with 8 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue