A little darker on the right now.

git-svn-id: https://develop.svn.wordpress.org/trunk@7260 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2008-03-12 03:43:01 +00:00
parent 40caffb433
commit 7c8ffbe0a5
1 changed files with 7 additions and 1 deletions

View File

@ -306,11 +306,17 @@ ul.widget-control-list .sorthelper {
background-image: url(../images/comment-stalk.gif);
}
#adminmenu li a #awaiting-mod span, #rightnow .reallynow {
#adminmenu li a #awaiting-mod span {
background-color: #d54e21;
color: #fff;
}
#rightnow .reallynow {
background-color: #114973;
color: #fff;
}
#adminmenu li a:hover #awaiting-mod span {
background-color: #264761;
}