Skip to content

Commit bd6fc72

Browse files
committed
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
1 parent 985e228 commit bd6fc72

6 files changed

Lines changed: 11 additions & 31 deletions

File tree

src/wp-admin/css/common.css

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -915,26 +915,6 @@ abbr.required,
915915
margin-left: 18px;
916916
}
917917

918-
.side-info {
919-
margin: 0;
920-
padding: 4px;
921-
font-size: 11px;
922-
}
923-
924-
.side-info h5 {
925-
padding-bottom: 7px;
926-
font-size: 14px;
927-
margin: 12px 2px 5px;
928-
border-bottom: 1px solid #dadada;
929-
}
930-
931-
.side-info ul {
932-
margin: 0;
933-
padding-left: 18px;
934-
list-style: square;
935-
color: #666;
936-
}
937-
938918
.approve,
939919
.unapproved .unapprove {
940920
display: none;
@@ -2654,7 +2634,7 @@ div.action-links {
26542634
overflow: hidden; /* clearfix */
26552635
width: 100%;
26562636
margin-bottom: 20px;
2657-
border-bottom: 1px solid #e6e6e6;
2637+
border-bottom: 1px solid #e5e5e5;
26582638
}
26592639

26602640
#plugin-information .review-title-section {

src/wp-admin/css/customize-controls.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ body.cheatin {
12211221
}
12221222

12231223
body.cheatin h1 {
1224-
border-bottom: 1px solid #dadada;
1224+
border-bottom: 1px solid #ddd;
12251225
clear: both;
12261226
color: #666;
12271227
font: 24px "Open Sans", sans-serif;

src/wp-admin/css/deprecated-media.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,15 +275,15 @@ abbr.required {
275275
clear: both;
276276
padding: 0 0 3px;
277277
font-size: 1.6em;
278-
border-bottom: 1px solid #DADADA;
278+
border-bottom: 1px solid #ddd;
279279
}
280280

281281
h3.media-title {
282282
font-size: 1.6em;
283283
}
284284

285285
h4.media-sub-title {
286-
border-bottom: 1px solid #DADADA;
286+
border-bottom: 1px solid #ddd;
287287
font-size: 1.3em;
288288
margin: 12px;
289289
padding: 0 0 3px;

src/wp-admin/css/forms.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -814,10 +814,10 @@ table.form-table td .updated p {
814814
position: relative;
815815
cursor: move;
816816
color: #32373c;
817-
background: #e6e6e6;
817+
background: #e5e5e5;
818818
-webkit-border-radius: 5px;
819819
border-radius: 5px;
820-
border: 1px solid #b4b4b4;
820+
border: 1px solid #b4b9be;
821821
font-style: normal;
822822
line-height: 16px;
823823
font-size: 14px;

src/wp-admin/css/list-tables.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -706,9 +706,9 @@ th.asc a:focus span.sorting-indicator {
706706

707707
.tablenav-pages-navspan {
708708
height: 16px;
709-
border-color: #e8e8e8;
710-
background: #ebebeb;
711-
color: #b4b4b4;
709+
border-color: #ddd; /* same as disabled buttons */
710+
background: #f7f7f7; /* same as disabled buttons */
711+
color: #a0a5aa; /* same as disabled buttons */
712712
}
713713

714714
.tablenav .tablenav-pages a:hover,

src/wp-admin/css/revisions.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ table.diff .diff-addedline ins {
389389

390390
.revisions-tooltip,
391391
.revisions-tooltip-arrow > span {
392-
border: 1px solid #d7d7d7;
392+
border: 1px solid #ddd;
393393
background-color: #fff;
394394
}
395395

@@ -453,7 +453,7 @@ div.revisions-controls > .wp-slider > .ui-slider-handle {
453453
/* jQuery UI Slider */
454454
.wp-slider.ui-slider {
455455
position: relative;
456-
border: 1px solid #d7d7d7;
456+
border: 1px solid #ddd;
457457
text-align: left;
458458
cursor: pointer;
459459
}

0 commit comments

Comments
 (0)