mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Accessibility: Administration: Use a darker gray color for various admin UI items.
This ensures that the color meets the WCAG 2.0 AA recommended contrast ratio. Follow-up to [50025], [50525]. Props sabernhardt, ryelle. Fixes #52760. git-svn-id: https://develop.svn.wordpress.org/trunk@50571 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -151,16 +151,16 @@
|
||||
}
|
||||
|
||||
.media-frame ::-webkit-input-placeholder {
|
||||
color: #787c82;
|
||||
color: #646970;
|
||||
}
|
||||
|
||||
.media-frame ::-moz-placeholder {
|
||||
color: #787c82;
|
||||
color: #646970;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.media-frame :-ms-input-placeholder {
|
||||
color: #787c82;
|
||||
color: #646970;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user