From bb31c1ada8461fbd8f41220019b6002a9f999dce Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Fri, 9 Oct 2015 17:46:24 +0000 Subject: [PATCH] Notices: Update one more instance of white-on-white. Because the media modal can be used on the front-end, the CSS needs to be added here rather than using the notice classes. props paulwilde. fixes #32244. git-svn-id: https://develop.svn.wordpress.org/trunk@34990 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/media-views.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/css/media-views.css b/src/wp-includes/css/media-views.css index fdf70854e3..055375c644 100644 --- a/src/wp-includes/css/media-views.css +++ b/src/wp-includes/css/media-views.css @@ -1209,11 +1209,17 @@ padding: 12px; margin-bottom: 12px; background: #fff; - border-left: 4px solid #dd3d36; + border-left: 4px solid #dc3232; -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); } +.uploader-inline .upload-errors .upload-error { + background-color: #fbeaea; + -webkit-box-shadow: none; + box-shadow: none; +} + .upload-errors .upload-error-filename { font-weight: bold; }