Merge pull request #2392 from a5mith/patch-3

ACP Text Colour
v1.18.x
psychobunny 10 years ago
commit d5d686b701

@ -2,4 +2,8 @@
width: 100%; width: 100%;
height: 450px; height: 450px;
display: block; display: block;
} }
// ACP text colour when searching through custom CSS or JS.
.ace_search_field {
color: #000 !important;
}

Loading…
Cancel
Save