Animate nodes for fun :)

This commit is contained in:
maciejhirsz
2018-07-19 12:56:42 +02:00
parent db1d0b624f
commit 520e4cd98f
2 changed files with 20 additions and 3 deletions
+11 -2
View File
@@ -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 {