Change the ribbon background from default blue to white.
Change the background color and border color of the site actions button.
To do this I created the following CSS classes:
.ms-globalnavicon A{
color:#999;}
.s4-mysitetn A{
color:#999;}
.ms-welcomeMenu{
border:1px #cad2db solid;
background-color:#c0c0c0;}
.ms-siteactionsmenu{
border:1px #cad2db solid;
background-color:#c0c0c0;}
Excellent site! I will be digging through all the posts you’ve done. Thanks !!!