You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
207 B
SCSS
9 lines
207 B
SCSS
7 years ago
|
#customCSS, #customJS, #customHTML, #email-editor {
|
||
10 years ago
|
width: 100%;
|
||
|
height: 450px;
|
||
|
display: block;
|
||
10 years ago
|
}
|
||
|
// ACP text colour when searching through custom CSS or JS.
|
||
|
.ace_search_field {
|
||
|
color: #000 !important;
|
||
2 years ago
|
}
|