diff --git a/public/assets/css/dash.css b/public/assets/css/dash.css index 9ccf403..732ea79 100644 --- a/public/assets/css/dash.css +++ b/public/assets/css/dash.css @@ -3194,13 +3194,17 @@ select { width: 100%; max-width: 900px; border-radius: 5px; - margin: 10px 0 50px 0; position: relative; } +#post-edit-index #post-edit-index-wrapper #edit-post #edit-post-wrapper textarea:focus { + outline: none; + border-color: #fc6399; +} #post-edit-index #post-edit-index-wrapper #edit-post #edit-post-wrapper #edit, #post-edit-index #post-edit-index-wrapper #edit-post #edit-post-wrapper #highlight { /* Both elements need the same text and space styling so they are directly on top of each other */ border: 0; width: 100%; + min-height: 300px; height: auto; position: absolute; top: 0;