Make WordPress Core

Changeset 26322


Ignore:
Timestamp:
11/22/2013 07:35:26 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Remove gradient for invalid menu items. props melchoyce. fixes #26144.

File:
1 edited

Legend:

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

    r26317 r26322  
    90899089#menu-to-edit .menu-item-invalid .menu-item-handle {
    90909090    background: #f6c9cc;
    9091     background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff));
    9092     background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff);
    9093     background-image:    -moz-linear-gradient(bottom, #f6c9cc, #fdf8ff);
    9094     background-image:      -o-linear-gradient(bottom, #f6c9cc, #fdf8ff);
    9095     background-image: linear-gradient(to top, #f6c9cc, #fdf8ff);
     9091    border-color: #f1acb1;
    90969092}
    90979093
Note: See TracChangeset for help on using the changeset viewer.