Merge pull request #2392 from a5mith/patch-3

ACP Text Colour
This commit is contained in:
psychobunny
2014-11-11 12:13:50 -05:00

View File

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