create new styles for sidebar element options

This commit is contained in:
Juan de la Cruz 2016-02-18 21:08:10 +01:00
parent a312559b26
commit bf44c61020
10 changed files with 63 additions and 79 deletions

View file

@ -525,11 +525,11 @@
(html
[:div.elementa-options.tool-window
[:div.tool-window-bar
[:div.tool-window-icon i/project-tree]
[:div.tool-window-icon i/shapes]
[:span (tr "ds.element-options")]
[:div.tool-window-close {:on-click close} i/close]]
[:div.tool-window-content
[:div.element-options.tool-window
[:div.element-options
(if shape
(options-menus shape))]]])))