Fix path to customizer collpase arrows. Props markjaquith. fixes #20701

git-svn-id: https://develop.svn.wordpress.org/trunk@20835 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-05-21 19:49:51 +00:00
parent c0d9bee71f
commit 039002fbc7
1 changed files with 1 additions and 1 deletions

View File

@ -5403,7 +5403,7 @@ body.full-overlay-active {
display: block;
width: 15px;
height: 15px;
background: transparent url('../../wp-admin/images/arrows.png') no-repeat 0 -72px;
background: transparent url('../images/arrows.png') no-repeat 0 -72px;
}
.wp-full-overlay.collapsed .collapse-sidebar-arrow {