mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-28 04:50:15 +00:00
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:
@@ -54,7 +54,7 @@
|
||||
margin: 0 4% 4% 0;
|
||||
position: relative;
|
||||
width: 30.6%;
|
||||
border: 1px solid #dedede;
|
||||
border: 1px solid #ddd;
|
||||
-webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
|
||||
box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
|
||||
-webkit-box-sizing: border-box;
|
||||
@@ -1161,7 +1161,7 @@ body.show-upload-theme p.no-themes {
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
.appearance_page_custom-header #headimg {
|
||||
border: 1px solid #DFDFDF;
|
||||
border: 1px solid #ddd;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
@@ -1197,7 +1197,7 @@ body.show-upload-theme p.no-themes {
|
||||
|
||||
div#custom-background-image {
|
||||
min-height: 100px;
|
||||
border: 1px solid #dfdfdf;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
div#custom-background-image img {
|
||||
|
||||
Reference in New Issue
Block a user