0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 00:58:26 -05:00

fix options border styles

This commit is contained in:
Juan de la Cruz 2016-02-24 16:04:19 +01:00
parent 5894f1d268
commit 1ba4419eb0
2 changed files with 10 additions and 8 deletions

View file

@ -205,6 +205,7 @@
left: -4px;
position: absolute;
width: 23px;
transition: none;
top: 30%;
}

View file

@ -87,17 +87,18 @@
[:div.element-set-content
[:span "Style"]
[:div.row-flex
[:input#width.input-text
{:placeholder "Width"
:type "number"
:min "0"
:value (:stroke-width shape "")
:on-change on-width-change}]
[:select#style {:placeholder "Style"
[:select#style.input-select {:placeholder "Style"
:on-change on-stroke-style-change}
[:option {:value "nil"} "None"]
[:option {:value "nil"} "Solid"]
[:option {:value ":dotted"} "Dotted"]
[:option {:value ":dashed"} "Dashed"]]]
[:option {:value ":dashed"} "Dashed"]]
[:input#width.input-text
{:placeholder "Width"
:type "number"
:min "0"
:value (:stroke-width shape "")
:on-change on-width-change}]]
;; SLIDEBAR FOR ROTATION AND OPACITY
[:span "Color"]