ACP Text Colour

Replaces my other commit.
This commit is contained in:
Aaron Smith
2014-11-11 17:05:36 +00:00
parent db157da3fb
commit f2b0068b32

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