/* Adjust search field colors. */  
#quick-search-query::placeholder, .aui-header .aui-quicksearch:before {color: #fff;}

/* Fix a bug where having custom HTML in the header and footer breaks formatting in preview mode. */
body.contenteditor #custom-content-header,body.contenteditor #custom-content-footer {display:none;}body.contenteditor #header-precursor .cell {padding-left:0;padding-right:0;}

/* Hide advanced search message generated by scriptrunner app. */
#enhanced-search-section-message-container-panel {display: none !important;}

html[data-color-mode="dark"] {
    .aui-avatar-inner {
        background: #fff;
    }
}
