From e523d2d0dc17734593a8a4f64fb9542984515967 Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Thu, 19 May 2016 10:00:32 +0200 Subject: [PATCH] change select controls colors and fix cursor bug --- resources/styles/partials/workspace-canvas.scss | 8 ++++---- src/uxbox/ui/shapes/core.cljs | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/styles/partials/workspace-canvas.scss b/resources/styles/partials/workspace-canvas.scss index 2c8df78e8a..2edb0d98b0 100644 --- a/resources/styles/partials/workspace-canvas.scss +++ b/resources/styles/partials/workspace-canvas.scss @@ -50,10 +50,10 @@ circle.bottom-right { cursor: nwse-resize; } circle.top-right { cursor: nesw-resize; } circle.bottom-left { cursor: nesw-resize; } - rect.top { cursor: ns-resize; } - rect.bottom { cursor: ns-resize; } - rect.left { cursor: ew-resize; } - rect.right { cursor: ew-resize; } + circle.top { cursor: ns-resize; } + circle.bottom { cursor: ns-resize; } + circle.left { cursor: ew-resize; } + circle.right { cursor: ew-resize; } } } diff --git a/src/uxbox/ui/shapes/core.cljs b/src/uxbox/ui/shapes/core.cljs index 60874ab9a4..900813cf08 100644 --- a/src/uxbox/ui/shapes/core.cljs +++ b/src/uxbox/ui/shapes/core.cljs @@ -15,8 +15,8 @@ :style {:fillOpacity "1" :strokeWidth "1px" :vectorEffect "non-scaling-stroke"} - :fill "#78dbbe" - :stroke "#3f9d81"}) + :fill "#31e6e0" + :stroke "#28c4d4"}) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Implementation Api