Make WordPress Core

Ticket #26144: 26144.diff

File 26144.diff, 742 bytes (added by melchoyce, 12 years ago)
  • wp-admin/css/wp-admin.css

     
    90779077
    90789078#menu-to-edit .menu-item-invalid .menu-item-handle {
    90799079        background: #f6c9cc;
    9080         background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff));
    9081         background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff);
    9082         background-image:    -moz-linear-gradient(bottom, #f6c9cc, #fdf8ff);
    9083         background-image:      -o-linear-gradient(bottom, #f6c9cc, #fdf8ff);
    9084         background-image: linear-gradient(to top, #f6c9cc, #fdf8ff);
     9080        border-color: #f1acb1;
    90859081}
    90869082
    90879083.no-js .menu-item-edit-active .item-edit {