From 970074d7d6b40b77c161d6a6dff78340e8f124ef Mon Sep 17 00:00:00 2001 From: Juan de la Cruz Date: Thu, 21 Jan 2016 08:03:39 +0100 Subject: [PATCH] Layout Shape resize controls --- src/uxbox/ui/workspace/selrect.cljs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/uxbox/ui/workspace/selrect.cljs b/src/uxbox/ui/workspace/selrect.cljs index 9650478bc..b9e324c22 100644 --- a/src/uxbox/ui/workspace/selrect.cljs +++ b/src/uxbox/ui/workspace/selrect.cljs @@ -42,9 +42,9 @@ :vectorEffect "non-scaling-stroke"}) (def ^:private default-selection-props - {:r 4 :style selection-circle-style - :fill "lavender" - :stroke "gray"}) + {:r 5 :style selection-circle-style + :fill "#333" + :stroke "#333"}) (defn shapes-selrect-render [own shapes] @@ -53,9 +53,9 @@ {:keys [width height x y]} (sh/group-size-and-position shapes)] (html [:g.controls - [:rect {:x x :y y :width width :height height - :style {:stroke "black" :fill "transparent" - :stroke-opacity "0.5"}}] + [:rect {:x x :y y :width width :height height :stroke-dasharray "5,5" + :style {:stroke "#333" :fill "transparent" + :stroke-opacity "1"}}] [:circle.top-left (merge default-selection-props {:cx x :cy y})] [:circle.top-right (merge default-selection-props