summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-08-22 10:45:18 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-08-22 10:45:18 -0400
commit8b15cd3441a75455b82fa5aee69272398c36cc01 (patch)
treecfdd4022f7e2ad928e934c981818e418abfcd108 /www/templates
parente98310511e9f227f0a5e28d971f1730a2af2c9c2 (diff)
#306 - Allow each button to have a different color, helps function separation
Former-commit-id: 4a6efdfecf575503a2544772afc465966b0ed1c5
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/monitors-modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html
index 7ae733e8..f16dba9b 100644
--- a/www/templates/monitors-modal.html
+++ b/www/templates/monitors-modal.html
@@ -46,7 +46,7 @@
<div ng-if="presetOn" class="ptzpresetbuttons animated fadeInDown" id="presetlist">
<div ng-repeat="preset in ptzPresets track by $index">
- <button class="button {{preset.icon}} button-small button-royal" style="float:left;margin-right:10px;margin-bottom:10px;" ng-click="controlPTZ(monitorId, preset.cmd);">{{preset.name}}</button>
+ <button class="button {{preset.icon}} button-small {{preset.style}}" style="float:left;margin-right:10px;margin-bottom:10px;" ng-click="controlPTZ(monitorId, preset.cmd);">{{preset.name}}</button>
</div>
</div>