~canonical-sysadmins/wordpress/5.0.2

« back to all changes in this revision

Viewing changes to wp-includes/css/editor.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:
361
361
        margin: 0;
362
362
}
363
363
 
 
364
/* Classic block hide/show toolbars */
 
365
.block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child) {
 
366
        display: none;
 
367
}
 
368
 
 
369
.block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar {
 
370
        display: block;
 
371
}
 
372
 
364
373
div.mce-statusbar {
365
374
        border-top: 1px solid #e5e5e5;
366
375
}
693
702
        background: #eee;
694
703
        border-color: #999;
695
704
        box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
696
 
        -webkit-transform: translateY(1px);
697
705
        transform: translateY(1px);
698
706
}
699
707
 
704
712
        box-shadow: none !important;
705
713
        text-shadow: 0 1px 0 #fff !important;
706
714
        cursor: default;
707
 
        -webkit-transform: none !important;
708
715
        transform: none !important;
709
716
}
710
717