mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-06 23:00:08 +01:00
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
#customCSS, #customHTML {
|
|
width: 100%;
|
|
height: 450px;
|
|
display: block;
|
|
}
|
|
// ACP text colour when searching through custom CSS or JS.
|
|
.ace_search_field {
|
|
color: #000 !important;
|
|
}
|