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: https://develop.svn.wordpress.org/trunk@20082 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-03-02 20:23:26 +00:00
parent 2cbf23b8ba
commit 214ea7bfcb
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 */