Make WordPress Core

Ticket #19163: 19163.patch

File 19163.patch, 1.3 KB (added by ocean90, 13 years ago)
  • wp-includes/css/admin-bar.dev.css

     
    4040        min-width: 960px;
    4141
    4242        background-color: #464646; /* Fallback */
    43         background-image: -ms-linear-gradient(bottom, #464646, #373737 5px); /* IE10 */
    44         background-image: -moz-linear-gradient(bottom, #464646, #373737 5px); /* Firefox */
    45         background-image: -o-linear-gradient(bottom, #464646, #373737); /* Opera */
    46         background-image: -webkit-gradient(linear, left bottom, left top, from(#464646), to(#373737)); /* old Webkit */
     43        background-image: -ms-linear-gradient(bottom, #373737, #464646 5px); /* IE10 */
     44        background-image: -moz-linear-gradient(bottom, #373737, #464646 5px); /* Firefox */
     45        background-image: -o-linear-gradient(bottom, #373737, #464646 5px); /* Opera */
     46        background-image: -webkit-gradient(linear, left bottom, left top, from(#373737), to(#464646)); /* old Webkit */
    4747        background-image: -webkit-linear-gradient(bottom, #373737, #464646 5px); /* new Webkit */
    48         background-image: linear-gradient(bottom, #464646, #373737); /* proposed W3C Markup */
     48        background-image: linear-gradient(bottom, #373737, #464646 5px); /* proposed W3C Markup */
    4949}
    5050
    5151#wpadminbar ul,