Skip to content

Commit

Permalink
pointed preview toggle image to core image icons directory
Browse files Browse the repository at this point in the history
  • Loading branch information
illiphilli committed Jun 10, 2011
1 parent b47cf84 commit 02ed398
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/modules/administration/assets/css/slingbar.css
Expand Up @@ -154,10 +154,10 @@
background:url(../images/admintoolbar/lock.png) no-repeat 3px 50%;
}
#admintoolbar li.preview_on a.yuimenuitemlabel {
background:url(../images/admintoolbar/toggle_on.png) no-repeat 5px 50%;
background:url(../../../../core/assets/images/toggle_on.png) no-repeat 5px 50%;
}
#admintoolbar li.preview_off a.yuimenuitemlabel {
background:url(../images/admintoolbar/toggle_off.png) no-repeat 5px 50%;
background:url(../../../../core/assets/images/toggle_off.png) no-repeat 5px 50%;
}


Expand Down

0 comments on commit 02ed398

Please sign in to comment.