From f2b0068b323a197cbfb7b7d82cfd2cca223fb4a7 Mon Sep 17 00:00:00 2001 From: Aaron Smith Date: Tue, 11 Nov 2014 17:05:36 +0000 Subject: [PATCH] ACP Text Colour Replaces my other commit. --- public/less/admin/appearance/customise.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/less/admin/appearance/customise.less b/public/less/admin/appearance/customise.less index 753d14e688..d27da680da 100644 --- a/public/less/admin/appearance/customise.less +++ b/public/less/admin/appearance/customise.less @@ -2,4 +2,8 @@ width: 100%; height: 450px; display: block; -} \ No newline at end of file +} +// ACP text colour when searching through custom CSS or JS. +.ace_search_field { + color: #000 !important; +}