Make WordPress Core

Ticket #17184: 17184-gradient_opera.patch

File 17184-gradient_opera.patch, 2.5 KB (added by ocean90, 14 years ago)
  • wp-admin/css/wp-admin.dev.css

     
    39153915        position: relative;
    39163916        cursor: move;
    39173917        color: #333;
    3918         background: #dfdfdf;
    3919         -webkit-gradient(
    3920                 linear,
    3921                 left bottom,
    3922                 left top,
    3923                 color-stop(0.07, rgb(230,230,230)),
    3924                 color-stop(0.77, rgb(216,216,216))
    3925         );
    3926         -moz-linear-gradient(
    3927                 center bottom,
    3928                 rgb(230,230,230) 7%,
    3929                 rgb(216,216,216) 77%
    3930         );
    3931         background-repeat: no-repeat;
    3932         background-image-position: 10px 8px;   
     3918        background-color: #dfdfdf; /* Fallback */
     3919        background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 7%, rgb(216,216,216) 77%); /* IE10 */
     3920        background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 7%, rgb(216,216,216) 77%); /* Firefox */
     3921        background-image: -o-linear-gradient(bottom, rgb(230,230,230) 7%, rgb(216,216,216) 77%); /* Opera */
     3922        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.07, rgb(230,230,230)), color-stop(0.77, rgb(216,216,216))); /* old Webkit  */
     3923        background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 7%, rgb(216,216,216) 77%); /* new Webkit */
     3924        background-image: linear-gradient(bottom, rgb(230,230,230) 7%, rgb(216,216,216) 77%); /* proposed W3C Markup */
    39333925        border-radius: 5px;
    39343926        -webkit-border-radius: 5px;
    39353927        -moz-border-radius: 5px;
    3936         -o-border-radius: 5px; 
    39373928        border: 1px #b4b4b4 solid;
    39383929        font: normal normal normal 14px/16px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;     
    39393930        text-decoration: none;
    39403931        text-shadow: #fff 0 1px 0px;
    3941         -webkit-text-shadow: #fff 0 1px 0px;
    3942         -moz-text-shadow: #fff 0 1px 0px;
    3943         -o-text-shadow: #fff 0 1px 0px;
    39443932}
    39453933
    39463934.pressthis a:hover,
     
    39523940        transform: skew(20deg) rotate(9deg);
    39533941        -webkit-transform: skew(20deg) rotate(9deg);
    39543942        -moz-transform: skew(20deg) rotate(9deg);
     3943        -o-transform: skew(20deg) rotate(9deg);
    39553944        box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
    39563945        -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
    39573946        -moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.7);
     
    39753964        transform: skew(20deg) rotate(6deg);
    39763965        -webkit-transform: skew(20deg) rotate(6deg);
    39773966        -moz-transform: skew(20deg) rotate(6deg);
     3967        -o-transform: skew(20deg) rotate(6deg);
    39783968        box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
    39793969        -webkit-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
    3980         -moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6); 
     3970        -moz-box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
    39813971}
    39823972
    39833973