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

Also, removes some no more used CSS.

See #35783.

git-svn-id: https://develop.svn.wordpress.org/trunk@36904 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia
2016-03-09 19:50:28 +00:00
parent 6740130925
commit 7e71bb398c
22 changed files with 72 additions and 105 deletions

View File

@@ -244,7 +244,7 @@ table.fixed td {
}
#wpbody-content .postbox {
border: 1px solid #dfdfdf;
border: 1px solid #ddd;
}
#wpbody-content .postbox .hndle {
@@ -687,7 +687,7 @@ input[type="password"],
* html .stuffbox,
* html .stuffbox input,
* html .stuffbox textarea {
border: 1px solid #DFDFDF;
border: 1px solid #ddd;
}
* html div.widget-liquid-left {
@@ -721,7 +721,7 @@ input[type="password"],
}
* html input {
border: 1px solid #dfdfdf;
border: 1px solid #ddd;
}
* html .edit-box {