I’m not sure if anyone is interested in this but I installed this great extensions tonight but I noticed that it was still using the original classic admin colour scheme.
If anyone likes things to look perfect and intergrated here is some updated css code to give it the fresh new look we’re used to with the adminCP.
Around line 432 in the extensions file you will see the original style information.
Change with this:
#livesearch-query { font-weight:bold; }
.grey { color:#999; }
#livesearch-results a { color:#367caf; }
#livesearch-results a:hover { color: #367caf ; }
#livesearch-results { position:absolute;top:1em;right:29px;margin-top:30px;width:200px;background:#e0e8ea;padding:0;list-style:none;text-align:left;color:#367caf;border:1px solid #ccc; }
#livesearch-results div { color:#ADC0CB;font-size:12px;padding:6px 10px;background: #142129 url(".$img_path."tab_inactive.gif) repeat-x left bottom; }
#livesearch-results ol { margin-left:0; padding-left:0; list-style-position:inside; }
#livesearch-results ol li { padding:3px 5px; }
/*#livesearch-results ol li:hover,*/
#livesearch-results ol li.selected {color: #367caf; background: #c1dbea; }
/*#livesearch-results ol li:hover a,*/
#livesearch-results ol li.selected a { color:#367caf; }
Save and you should be good to go!
Thanks to Mark for the extensions and Jesse Bennett-Chamberlain for the great looking AdminCP