Make WordPress Core

Changeset 29041


Ignore:
Timestamp:
07/09/2014 05:41:00 PM (12 years ago)
Author:
helen
Message:

Autoprefixer for [29040]. see #27440.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r29040 r29041  
    18301830        height: 250px;
    18311831        bottom: 250px;
     1832        -webkit-background-size: 100% auto;
    18321833        background-size: 100% auto;
    18331834}
     
    18611862        text-shadow: 0 1px 3px rgba( 0, 0, 0, 0.4 );
    18621863        -webkit-box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 );
    1863         -moz-box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 );
    18641864        box-shadow: 0 0 30px rgba( 255, 255, 255, 0.1 );
    18651865        -webkit-border-radius: 8px;
     
    18871887        background: transparent;
    18881888        -webkit-box-shadow: inset 0 0 50px 4px rgba( 0, 0, 0, 0.2 ), inset 0 -1px 0 rgba( 0, 0, 0, 0.1 );
    1889         -moz-box-shadow: inset 0 0 50px 4px rgba( 0, 0, 0, 0.2 ), inset 0 -1px 0 rgba( 0, 0, 0, 0.1 );
    18901889        box-shadow: inset 0 0 50px 4px rgba( 0, 0, 0, 0.2 ), inset 0 -1px 0 rgba( 0, 0, 0, 0.1 );
    18911890}
Note: See TracChangeset for help on using the changeset viewer.