JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
draw connections between selected tiles
[hexbog.git] / style.less
index 59ee961..2c0c6b3 100644 (file)
@@ -213,6 +213,13 @@ body {
                background-color: @selected-good-color;
        }
 }
+.connector {
+       position: absolute;
+       height: 10px;
+       width: 10px;
+       background: #666;
+       border-radius: 10px;
+}
 #loading {
        position: absolute;
        top: 140px;