mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
* WIP * fixed customJS not actually working in footer * Moving scripts to footer, #5980 * Added upgrade scripts for #5980
10 lines
208 B
Plaintext
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;
|
|
}
|