Accessibility: Reduce the WordPress shades of grey, Episode 2.

See #35783.

git-svn-id: https://develop.svn.wordpress.org/trunk@36582 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2016-02-18 22:29:29 +00:00
parent 985e22828e
commit bd6fc729e9
6 changed files with 11 additions and 31 deletions

View File

@ -915,26 +915,6 @@ abbr.required,
margin-left: 18px;
}
.side-info {
margin: 0;
padding: 4px;
font-size: 11px;
}
.side-info h5 {
padding-bottom: 7px;
font-size: 14px;
margin: 12px 2px 5px;
border-bottom: 1px solid #dadada;
}
.side-info ul {
margin: 0;
padding-left: 18px;
list-style: square;
color: #666;
}
.approve,
.unapproved .unapprove {
display: none;
@ -2654,7 +2634,7 @@ div.action-links {
overflow: hidden; /* clearfix */
width: 100%;
margin-bottom: 20px;
border-bottom: 1px solid #e6e6e6;
border-bottom: 1px solid #e5e5e5;
}
#plugin-information .review-title-section {

View File

@ -1221,7 +1221,7 @@ body.cheatin {
}
body.cheatin h1 {
border-bottom: 1px solid #dadada;
border-bottom: 1px solid #ddd;
clear: both;
color: #666;
font: 24px "Open Sans", sans-serif;

View File

@ -275,7 +275,7 @@ abbr.required {
clear: both;
padding: 0 0 3px;
font-size: 1.6em;
border-bottom: 1px solid #DADADA;
border-bottom: 1px solid #ddd;
}
h3.media-title {
@ -283,7 +283,7 @@ h3.media-title {
}
h4.media-sub-title {
border-bottom: 1px solid #DADADA;
border-bottom: 1px solid #ddd;
font-size: 1.3em;
margin: 12px;
padding: 0 0 3px;

View File

@ -814,10 +814,10 @@ table.form-table td .updated p {
position: relative;
cursor: move;
color: #32373c;
background: #e6e6e6;
background: #e5e5e5;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #b4b4b4;
border: 1px solid #b4b9be;
font-style: normal;
line-height: 16px;
font-size: 14px;

View File

@ -706,9 +706,9 @@ th.asc a:focus span.sorting-indicator {
.tablenav-pages-navspan {
height: 16px;
border-color: #e8e8e8;
background: #ebebeb;
color: #b4b4b4;
border-color: #ddd; /* same as disabled buttons */
background: #f7f7f7; /* same as disabled buttons */
color: #a0a5aa; /* same as disabled buttons */
}
.tablenav .tablenav-pages a:hover,

View File

@ -389,7 +389,7 @@ table.diff .diff-addedline ins {
.revisions-tooltip,
.revisions-tooltip-arrow > span {
border: 1px solid #d7d7d7;
border: 1px solid #ddd;
background-color: #fff;
}
@ -453,7 +453,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
/* jQuery UI Slider */
.wp-slider.ui-slider {
position: relative;
border: 1px solid #d7d7d7;
border: 1px solid #ddd;
text-align: left;
cursor: pointer;
}