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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19359 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-11-19 20:11:27 +00:00
parent 87794e8973
commit bc6ecba6de
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;
}