Merge pull request #730 from ljack/master
Fix image and css import paths for style/skin named "flat"pull/732/head
commit
1a17c820f2
|
@ -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 {
|
||||
|
|
|
@ -1 +1 @@
|
|||
@import url(../css/control.css);
|
||||
@import url(../control.css);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import url(../css/control.css);
|
||||
@import url(../control.css);
|
||||
|
||||
#menuBar {
|
||||
margin: 6px auto 4px;
|
||||
|
|
Loading…
Reference in New Issue