Make WordPress Core

Ticket #35571: 35571-2.patch

File 35571-2.patch, 2.8 KB (added by liljimmi, 9 years ago)

New patch without minified files

  • wp-includes/css/editor.css

     
    669669
    670670/* Remove the dotted border on :focus and the extra padding in Firefox */
    671671.mce-window .mce-btn::-moz-focus-inner {
    672         border-width: 1px 0;
    673         border-style: solid none;
    674         border-color: transparent;
     672        border-width: 0;
     673        border-style: none;
    675674        padding: 0;
    676675}
    677676
     
    720719
    721720.mce-window .mce-btn.mce-primary:hover,
    722721.mce-window .mce-btn.mce-primary:focus {
    723         background: #1e8cbe;
    724         border-color: #0073aa;
    725         -webkit-box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 );
    726         box-shadow: inset 0 1px 0 rgba( 120, 200, 230, 0.6 );
     722        background: #008ec2;
     723        border-color: #006799;
    727724        color: #fff;
    728725}
    729726
    730727.mce-window .mce-btn.mce-primary:focus {
    731         border-color: #0e3950;
    732         -webkit-box-shadow:
    733                 inset 0 1px 0 rgba( 120, 200, 230, 0.6 ),
    734                 0 0 0 1px #5b9dd9,
    735                 0 0 2px 1px rgba( 30, 140, 190, 0.8 );
    736         box-shadow:
    737                 inset 0 1px 0 rgba( 120, 200, 230, 0.6 ),
    738                 0 0 0 1px #5b9dd9,
    739                 0 0 2px 1px rgba( 30, 140, 190, 0.8 );
     728        -webkit-box-shadow: 0 1px 0 #0073aa,
     729                0 0 2px 1px #33b3db;
     730        box-shadow: 0 1px 0 #0073aa,
     731                0 0 2px 1px #33b3db;
    740732}
    741733
    742734.mce-window .mce-btn.mce-primary:active {
    743         background: #1b7aa6;
    744         border-color: #005684;
    745         color: rgba( 255, 255, 255, 0.95 );
    746         -webkit-box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.1 );
    747         box-shadow: inset 0 1px 0 rgba( 0, 0, 0, 0.1 );
     735        background: #0073aa;
     736        border-color: #006799;
     737        -webkit-box-shadow: inset 0 2px 0 #006799;
     738        box-shadow: inset 0 2px 0 #006799;
    748739        vertical-align: top;
    749740}
    750741
    751742.mce-window .mce-btn.mce-primary.mce-disabled {
    752         color: #94cde7;
    753         background: #298cba;
    754         border-color: #1b607f;
    755         -webkit-box-shadow: none;
    756         box-shadow: none;
    757         text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 );
     743        color: #66c6e4 !important;
     744        background: #008ec2 !important;
     745        border-color: #007cb2 !important;
     746        -webkit-box-shadow: none !important;
     747        box-shadow: none !important;
     748        text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.1 ) !important;
    758749        cursor: default;
    759750}
    760751
  • wp-includes/css/jquery-ui-dialog.css

     
    212212
    213213/* Remove the dotted border on :focus and the extra padding in Firefox */
    214214.ui-button::-moz-focus-inner {
    215         border-width: 1px 0;
    216         border-style: solid none;
    217         border-color: transparent;
     215        border-width: 0;
     216        border-style: none;
    218217        padding: 0;
    219218}
    220219
     
    256255@media screen and ( max-width: 782px ) {
    257256
    258257        .ui-button {
    259                 padding: 10px 14px;
    260                 line-height: 1;
     258                padding: 6px 14px;
     259                line-height: normal;
    261260                font-size: 14px;
    262261                vertical-align: middle;
    263262                height: auto;