Files
NodeBB/public/less/admin/appearance/customise.less
Aaron Smith f2b0068b32 ACP Text Colour
Replaces my other commit.
2014-11-11 17:05:36 +00:00

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;
}