mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
10 lines
197 B
Plaintext
10 lines
197 B
Plaintext
#customCSS, #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;
|
|
}
|