We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Here is how to change the menu colors on the moderation dropdown | Forum

dave Leader
dave Sep 4 '14
On the new moderation and more dropdown menus, here is how to change the colors of the items.  


The items are static colored so that you know what is serious like red for delete so that you pay attention to not click that by mistake.  But on macabre the default colors are "hidious"   so rather than go into telling you were the buttons are and all that.. Ill just tell you what css to change which is the whole point. 


Just modify these. 


html body .ow_mild_red {

background-color: #760606;  /* was ffaaaa */

}


html body .ow_mild_green {

background-color: #098009;  /* aaffaa */


}


I chose a dark green and dark red, so with the light letters of macabre it looks so much better.  


Hope this helps and saves you time. 



The Forum post is edited by dave Sep 4 '14