mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 04:59:25 +00:00
change select controls colors and fix cursor bug
This commit is contained in:
parent
eabfa50142
commit
e523d2d0dc
@ -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; }
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user