change select controls colors and fix cursor bug

This commit is contained in:
elhombretecla 2016-05-19 10:00:32 +02:00
parent eabfa50142
commit e523d2d0dc
2 changed files with 6 additions and 6 deletions

View File

@ -50,10 +50,10 @@
circle.bottom-right { cursor: nwse-resize; } circle.bottom-right { cursor: nwse-resize; }
circle.top-right { cursor: nesw-resize; } circle.top-right { cursor: nesw-resize; }
circle.bottom-left { cursor: nesw-resize; } circle.bottom-left { cursor: nesw-resize; }
rect.top { cursor: ns-resize; } circle.top { cursor: ns-resize; }
rect.bottom { cursor: ns-resize; } circle.bottom { cursor: ns-resize; }
rect.left { cursor: ew-resize; } circle.left { cursor: ew-resize; }
rect.right { cursor: ew-resize; } circle.right { cursor: ew-resize; }
} }
} }

View File

@ -15,8 +15,8 @@
:style {:fillOpacity "1" :style {:fillOpacity "1"
:strokeWidth "1px" :strokeWidth "1px"
:vectorEffect "non-scaling-stroke"} :vectorEffect "non-scaling-stroke"}
:fill "#78dbbe" :fill "#31e6e0"
:stroke "#3f9d81"}) :stroke "#28c4d4"})
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Implementation Api ;; Implementation Api