mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-19 17:15:16 +01:00
Fix typo in [21529], props toscho. Simplify the :focus styles for the Screen Options and Help toggles, see #21324
git-svn-id: http://core.svn.wordpress.org/trunk@21534 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dd69a089f0
commit
5dcccb312f
@ -1868,29 +1868,24 @@ table.diff .diff-addedline ins {
|
||||
background-image: linear-gradient(to top, #def1ff, #eff8ff);
|
||||
}
|
||||
|
||||
#screen-meta-links a.show-settings {
|
||||
#screen-meta-links a {
|
||||
color: #606060;
|
||||
}
|
||||
|
||||
#screen-meta-links a.show-settings:hover {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
#screen-meta-links a.show-settings {
|
||||
background: transparent url(../images/arrows-vs.png) no-repeat right 4px;
|
||||
background: transparent url(../images/arrows.png) no-repeat right 4px;
|
||||
}
|
||||
|
||||
#screen-meta-links a:focus {
|
||||
background: #c7e7fd url(../images/arrows.png) no-repeat right 4px;
|
||||
background-color: #c7e7fd;
|
||||
color: #124964;
|
||||
}
|
||||
|
||||
#screen-meta-links a:hover,
|
||||
#screen-meta-links a:active {
|
||||
background-color: transparent url(../images/arrows.png) no-repeat right 4px;
|
||||
color: #000;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#screen-meta-links a.show-settings.screen-meta-active {
|
||||
background: transparent url(../images/arrows-vs.png) no-repeat right -31px;
|
||||
#screen-meta-links a.screen-meta-active {
|
||||
background-position: right -31px;
|
||||
}
|
||||
|
||||
/* end screen options and help tabs */
|
||||
|
@ -881,29 +881,24 @@ table.widefat span.spam a,
|
||||
background-image: linear-gradient(to top, #dfdfdf, #f1f1f1);
|
||||
}
|
||||
|
||||
#screen-meta-links a.show-settings {
|
||||
#screen-meta-links a {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
#screen-meta-links a.show-settings:hover {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
#screen-meta-links a.show-settings {
|
||||
background: transparent url(../images/arrows.png) no-repeat right 4px;
|
||||
}
|
||||
|
||||
#screen-meta-links a:focus {
|
||||
background: #c7e7fd url(../images/arrows.png) no-repeat right 4px;
|
||||
background-color: #c7e7fd;
|
||||
color: #124964;
|
||||
}
|
||||
|
||||
#screen-meta-links a:hover,
|
||||
#screen-meta-links a:active {
|
||||
background-color: transparent url(../images/arrows.png) no-repeat right 4px;
|
||||
color: #333;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#screen-meta-links a.show-settings.screen-meta-active {
|
||||
background: transparent url(../images/arrows.png) no-repeat right -31px;
|
||||
#screen-meta-links a.screen-meta-active {
|
||||
background-position: right -31px;
|
||||
}
|
||||
|
||||
/* end screen options and help tabs */
|
||||
|
Loading…
Reference in New Issue
Block a user