mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-07 09:49:04 +00:00
Accessibility: Improve and modernize user interface controls: Make the secondary buttons border blue.
Props drw158, youknowriad, kjellr, melchoyce, talldanwp, audrasjb. See #34904. git-svn-id: https://develop.svn.wordpress.org/trunk@46344 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -617,13 +617,14 @@ code {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
text-decoration: none;
|
||||
border: 1px solid #7e8993;
|
||||
border: 1px solid #0071a1;
|
||||
border-radius: 2px;
|
||||
text-shadow: none;
|
||||
font-weight: 600;
|
||||
font-size: 13px;
|
||||
line-height: normal; /* IE8-IE11 need this for buttons */
|
||||
color: #555; /* use the standard color used for buttons */
|
||||
color: #0071a1; /* use the standard color used for buttons */
|
||||
background: #f3f5f6;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -633,9 +634,9 @@ code {
|
||||
|
||||
.wrap .add-new-h2:hover, /* deprecated */
|
||||
.wrap .page-title-action:hover {
|
||||
background: #f3f5f6;
|
||||
border-color: #7e8993;
|
||||
color: #007cba;
|
||||
background: #f1f1f1;
|
||||
border-color: #016087;
|
||||
color: #016087;
|
||||
}
|
||||
|
||||
/* lower specificity: color needs to be overridden by :hover and :active */
|
||||
|
||||
Reference in New Issue
Block a user