Make WordPress Core

Changeset 34990


Ignore:
Timestamp:
10/09/2015 05:46:24 PM (9 years ago)
Author:
helen
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/media-views.css

    r34011 r34990  
    12101210    margin-bottom: 12px;
    12111211    background: #fff;
    1212     border-left: 4px solid #dd3d36;
     1212    border-left: 4px solid #dc3232;
    12131213    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    12141214    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
     1215}
     1216
     1217.uploader-inline .upload-errors .upload-error {
     1218    background-color: #fbeaea;
     1219    -webkit-box-shadow: none;
     1220    box-shadow: none;
    12151221}
    12161222
Note: See TracChangeset for help on using the changeset viewer.