mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-18 11:35:15 -04:00
fix .upBtn and .downBtn also for "flat" css
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user