mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-26 02:58:00 +00:00
Animate nodes for fun :)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
.Node-Location {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
background: #d64ca8;
|
||||
border: 1px solid #000;
|
||||
background: #666;
|
||||
border: 1px solid #222;
|
||||
border-radius: 6px;
|
||||
margin-left: -6px;
|
||||
margin-top: -6px;
|
||||
@@ -10,6 +10,15 @@
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.25s linear;
|
||||
}
|
||||
|
||||
.Node-Location-odd {
|
||||
background: #bbb;
|
||||
}
|
||||
|
||||
.Node-Location-synced {
|
||||
background: #d64ca8;
|
||||
}
|
||||
|
||||
.Node-Location:hover {
|
||||
|
||||
Reference in New Issue
Block a user