mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-12 19:30:38 +01:00
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:
parent
44202223d8
commit
97c8276f68
wp-admin/css
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user