Make WordPress Core

Changeset 22142


Ignore:
Timestamp:
10/09/2012 01:57:34 AM (12 years ago)
Author:
koopersmith
Message:

Increase the delay on the attachment zooming in the media modal. see #21390.

File:
1 edited

Legend:

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

    r22141 r22142  
    305305    -o-transition-duration:      80ms;
    306306    transition-duration:         80ms;
    307     -webkit-transition-delay:    125ms;
    308     -moz-transition-delay:       125ms;
    309     -ms-transition-delay:        125ms;
    310     -o-transition-delay:         125ms;
    311     transition-delay:            125ms;
     307    -webkit-transition-delay:    200ms;
     308    -moz-transition-delay:       200ms;
     309    -ms-transition-delay:        200ms;
     310    -o-transition-delay:         200ms;
     311    transition-delay:            200ms;
    312312}
    313313
Note: See TracChangeset for help on using the changeset viewer.