mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
change select controls colors and fix cursor bug
This commit is contained in:
parent
eabfa50142
commit
e523d2d0dc
2 changed files with 6 additions and 6 deletions
|
@ -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; }
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
:style {:fillOpacity "1"
|
||||
:strokeWidth "1px"
|
||||
:vectorEffect "non-scaling-stroke"}
|
||||
:fill "#78dbbe"
|
||||
:stroke "#3f9d81"})
|
||||
:fill "#31e6e0"
|
||||
:stroke "#28c4d4"})
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Implementation Api
|
||||
|
|
Loading…
Reference in a new issue