diff --git a/assets/publish.editor.css b/assets/publish.editor.css index f3866af..9de72a3 100644 --- a/assets/publish.editor.css +++ b/assets/publish.editor.css @@ -1,26 +1,25 @@ /* start Symphony-esque look for editor */ .editor-toolbar { - margin-top: 4px; /* slightly bigger margin as component is massive */ padding: 4px; font-size: 14px; - border: 1px solid rgba(0, 0, 0, 0.2); - -webkit-border-top-left-radius: 2px; - -moz-border-radius-topleft: 2px; - border-top-left-radius: 2px; - -webkit-border-top-right-radius: 2px; - -moz-border-radius-topright: 2px; - border-top-right-radius: 2px; - box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1); + border: 1px solid #d3dce2; + -webkit-border-top-left-radius: 5px; + -moz-border-radius-topleft: 5px; + border-top-left-radius: 5px; + -webkit-border-top-right-radius: 5px; + -moz-border-radius-topright: 5px; + border-top-right-radius: 5px; opacity: 1 !important; z-index: 5; } -.editor-toolbar:hover > * { - opacity: 0.8; + +.editor-toolbar a { + color: #657685!important; } -.editor-toolbar > * { - opacity: 0.6; +.editor-toolbar a:hover { + color: #2f77eb!important; } .editor-toolbar:before, .editor-toolbar:after { @@ -36,22 +35,31 @@ -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; - padding: 6px 6px 2px; - font-size: 109.09%; - border: 1px solid rgba(0, 0, 0, 0.25); + padding: 1rem; + border: 1px solid #d3dce2; border-width: 0 1px 1px 1px; - -webkit-border-bottom-right-radius: 2px; - -moz-border-radius-bottomright: 2px; - border-bottom-right-radius: 2px; - -webkit-border-bottom-left-radius: 2px; - -moz-border-radius-bottomleft: 2px; - border-bottom-left-radius: 2px; + -webkit-border-bottom-right-radius: 5px; + -moz-border-radius-bottomright: 5px; + border-bottom-right-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + -moz-border-radius-bottomleft: 5px; + border-bottom-left-radius: 5px; background: #fff; outline: none; height: auto; min-height: 5em; } +.CodeMirror-lines { + padding: 0; +} + +.CodeMirror pre { + text-transform: none; + line-height: 1.8em; + padding: 0; +} + .invalid .CodeMirror { color: #000; } @@ -66,4 +74,8 @@ background: #fbfbfb; } +.editor-statusbar { + border: none; +} + /* end Symphony-esque look for editor */ diff --git a/extension.meta.xml b/extension.meta.xml index 19efc35..4e19aee 100755 --- a/extension.meta.xml +++ b/extension.meta.xml @@ -19,7 +19,13 @@ http://getsymphony.com + + markdown + + + - Update for Symphony 4.x + - Minor javascript fixes - Officially release the thing! @@ -44,4 +50,4 @@ - Alpha version. Not working yet. Ran into javascript issue. - \ No newline at end of file +