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
Thanks Mark!
I noticed some comments earlier in the thread about making it so that esc closes the dropdown - or as i thought maybe just a subtle x to close the box would be nice. I know that removing the contents of the search removed the box but something that can be a little fiddly (yes I know only 0.4 of a second more).
Actually probably more intuiative would just be for a click outside of the dropdown removes it - similar to the Google Suggest (http://www.google.com/webhp?complete=1&hl=en) dropdown list.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.