Fix analog clock hands hidden behind markers
This commit is contained in:
parent
22395ddd97
commit
45e785167c
@ -51,6 +51,7 @@
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
|
text-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
|
z-index: 0;
|
||||||
}
|
}
|
||||||
.hand {
|
.hand {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -59,6 +60,7 @@
|
|||||||
transform-origin: bottom;
|
transform-origin: bottom;
|
||||||
transition: transform 0.5s ease-in-out;
|
transition: transform 0.5s ease-in-out;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.hand.xeno {
|
.hand.xeno {
|
||||||
width: 4px;
|
width: 4px;
|
||||||
|
|||||||
@ -412,6 +412,7 @@
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
|
text-shadow: 0 0 8px rgba(0, 255, 255, 0.8);
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hand {
|
.hand {
|
||||||
@ -421,6 +422,7 @@
|
|||||||
transform-origin: bottom;
|
transform-origin: bottom;
|
||||||
transition: transform 0.5s ease-in-out;
|
transition: transform 0.5s ease-in-out;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hand.xeno {
|
.hand.xeno {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user