Skip to content

Commit

Permalink
Update control.css
Browse files Browse the repository at this point in the history
Update paths for .upBtn and .downBtn too
  • Loading branch information
ljack committed Feb 25, 2015
1 parent 7971dc2 commit 48950f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/skins/classic/css/classic/control.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
*/

.ptzControls .controlsPanel .upBtn {
background: url("../graphics/arrow-l-u.gif") no-repeat 0 0;
background: url("../../graphics/arrow-l-u.gif") no-repeat 0 0;
}

.ptzControls .controlsPanel .downBtn {
background: url("../graphics/arrow-l-d.gif") no-repeat 0 0;
background: url("../../graphics/arrow-l-d.gif") no-repeat 0 0;
}

.ptzControls .controlsPanel .focusControls {
Expand Down

0 comments on commit 48950f3

Please sign in to comment.