Fix the border color on Menus screen, props ocean90, fixes #19234

git-svn-id: https://develop.svn.wordpress.org/trunk@19359 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-11-19 20:11:27 +00:00
parent d1f9824ccb
commit c3b8db7003
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -2053,9 +2053,9 @@ div.widgets-sortables,
color: #ff0000;
}
.item-edit {
.nav-menus-php .item-edit {
background: transparent url(../images/arrows-vs.png) no-repeat 8px 10px;
border-bottom-color: #eee;
border-bottom-color: #eff8ff;
}
.item-edit:hover {

File diff suppressed because one or more lines are too long

View File

@ -1679,7 +1679,7 @@ div.widgets-sortables,
color: #ff0000;
}
.item-edit {
.nav-menus-php .item-edit {
background: transparent url(../images/arrows.png) no-repeat 8px 10px;
border-bottom-color: #eee;
}