Make WordPress Core

Ticket #30664: 30664.2.patch

File 30664.2.patch, 1.2 KB (added by azaozz, 11 years ago)
  • src/wp-includes/css/editor.css

     
    158158        border: 1px solid #aaa;
    159159        -webkit-border-radius: 2px;
    160160        border-radius: 2px;
    161         -webkit-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 );
    162         box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.2 );
     161        -webkit-box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.15 );
     162        box-shadow: 0 1px 4px rgba( 0, 0, 0, 0.15 );
    163163        -webkit-box-sizing: border-box;
    164164        -moz-box-sizing: border-box;
    165         -webkit-box-sizing: border-box;
    166165        box-sizing: border-box;
    167166        margin-bottom: 8px;
    168167        position: absolute;
    169         opacity: 0;
    170168        -moz-user-select: none;
    171169        -webkit-user-select: none;
    172170        -ms-user-select: none;
     
    183181        margin-top: 8px;
    184182}
    185183
    186 div.mce-inline-toolbar-grp.mce-inline-toolbar-grp-active {
    187         -webkit-transition:
    188                 top 0.1s ease-out,
    189                 left 0.1s ease-out,
    190                 opacity 0.1s ease-in-out;
    191         transition:
    192                 top 0.1s ease-out,
    193                 left 0.1s ease-out,
    194                 opacity 0.1s ease-in-out;
    195         opacity: 1;
    196 }
    197 
    198184div.mce-inline-toolbar-grp:before,
    199185div.mce-inline-toolbar-grp:after {
    200186        position: absolute;