restored dash styles

This commit is contained in:
Ro 2022-01-16 13:37:57 -08:00
parent 32a4f32202
commit 59e0f37b3e

View file

@ -3194,13 +3194,17 @@ select {
width: 100%; width: 100%;
max-width: 900px; max-width: 900px;
border-radius: 5px; border-radius: 5px;
margin: 10px 0 50px 0;
position: relative; 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 { #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 */ /* Both elements need the same text and space styling so they are directly on top of each other */
border: 0; border: 0;
width: 100%; width: 100%;
min-height: 300px;
height: auto; height: auto;
position: absolute; position: absolute;
top: 0; top: 0;