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:
parent
353bec85ae
commit
bb56197ae6
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue