Use blue arrows for blue admin's screen options and help tabs. Adjust baseline to be more compatible with Firefox. props helenyhou. fixes #16114.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20082 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-03-02 20:23:26 +00:00
parent 44202223d8
commit 97c8276f68
2 changed files with 3 additions and 3 deletions

View File

@ -1689,11 +1689,11 @@ table.diff .diff-addedline ins {
}
#screen-meta-links a.show-settings {
background: transparent url(../images/arrows.png) no-repeat right 4px;
background: transparent url(../images/arrows-vs.png) no-repeat right 4px;
}
#screen-meta-links a.show-settings.screen-meta-active {
background: transparent url(../images/arrows.png) no-repeat right -30px;
background: transparent url(../images/arrows-vs.png) no-repeat right -31px;
}
/* end screen options and help tabs */

View File

@ -835,7 +835,7 @@ table.widefat span.spam a,
}
#screen-meta-links a.show-settings.screen-meta-active {
background: transparent url(../images/arrows.png) no-repeat right -30px;
background: transparent url(../images/arrows.png) no-repeat right -31px;
}
/* end screen options and help tabs */