Make WordPress Core

Changeset 22609


Ignore:
Timestamp:
11/16/2012 09:39:58 AM (12 years ago)
Author:
koopersmith
Message:

Media: Only display "Drop files" text when the browser supports drag and drop. see #22446, #21390.

File:
1 edited

Legend:

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

    r22605 r22609  
    743743
    744744.uploader-inline h3 {
     745    display: none;
    745746    font-size: 20px;
    746747    font-weight: 200;
    747748    margin-bottom: 1.6em;
     749}
     750
     751.supports-drag-drop .uploader-inline h3 {
     752    display: block;
    748753}
    749754
Note: See TracChangeset for help on using the changeset viewer.