X-Git-Url: https://jasonwoof.com/gitweb/?p=crayon_mockup.git;a=blobdiff_plain;f=style.styl;h=5cd95d35c5556c4a0a3ae865f7db5f5fcdaeb74e;hp=ae2bdc4aead213982de53cdf0a312d634a0a250f;hb=67a786e6d0b589a4ae7e2833d3f1d5d1963a5edc;hpb=2d902775d3b9f916b5a38ac8874a734ca586e6b3 diff --git a/style.styl b/style.styl index ae2bdc4..5cd95d3 100644 --- a/style.styl +++ b/style.styl @@ -15,6 +15,8 @@ color_selected = #544c4c color_hover = #777 color_dragging = #9e9373 color_controls = #000 +color_controls_hover = #222 +color_controls_selected = #444 .crayon_mockup svg path.polyline @@ -51,3 +53,10 @@ color_controls = #000 stroke: color_dragging rect.box.selected, path.polyline.selected stroke: color_selected + circle.control_point + stroke: none + fill: color_controls + circle.control_point.hover + fill: color_controls_hover + circle.control_point.selected + fill: color_controls_selected