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

git-svn-id: https://develop.svn.wordpress.org/trunk@26322 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-11-22 07:35:26 +00:00
parent 353bec85ae
commit bb56197ae6
1 changed files with 1 additions and 5 deletions

View File

@ -9088,11 +9088,7 @@ body.interim-login {
#menu-to-edit .menu-item-invalid .menu-item-handle {
background: #f6c9cc;
background-image: -webkit-gradient(linear, left bottom, left top, from(#f6c9cc), to(#fdf8ff));
background-image: -webkit-linear-gradient(bottom, #f6c9cc, #fdf8ff);
background-image: -moz-linear-gradient(bottom, #f6c9cc, #fdf8ff);
background-image: -o-linear-gradient(bottom, #f6c9cc, #fdf8ff);
background-image: linear-gradient(to top, #f6c9cc, #fdf8ff);
border-color: #f1acb1;
}
.no-js .menu-item-edit-active .item-edit {