~canonical-sysadmins/wordpress/5.0.2

« back to all changes in this revision

Viewing changes to wp-admin/css/revisions.css

  • Committer: Barry Price
  • Date: 2018-12-12 05:08:33 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: barry.price@canonical.com-20181212050833-y090hmrbmlxy37aa
Merge WP5.0 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
355
355
        top: -20px;
356
356
        width: 25px;
357
357
        height: 25px;
358
 
        -webkit-transform: rotate(45deg);
359
358
        transform: rotate(45deg);
360
359
}
361
360
 
417
416
        top: -20px;
418
417
        width: 25px;
419
418
        height: 25px;
420
 
        -webkit-transform: rotate(45deg);
421
419
        transform: rotate(45deg);
422
420
}
423
421
 
473
471
        background: #eee;
474
472
        border-color: #999;
475
473
        box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
476
 
        -webkit-transform: translateY(1px);
477
474
        transform: translateY(1px);
478
475
}
479
476