Files
NodeBB/public/less/admin/appearance/customise.less
Julian Lam cd6dcff38b Split up customJS into customHTML and customJS for better organisation (#5981)
* WIP

* fixed customJS not actually working in footer

* Moving scripts to footer, #5980

* Added upgrade scripts for #5980
2017-10-12 13:38:27 -04:00

10 lines
208 B
Plaintext

#customCSS, #customJS, #customHTML, #email-editor {
width: 100%;
height: 450px;
display: block;
}
// ACP text colour when searching through custom CSS or JS.
.ace_search_field {
color: #000 !important;
}