diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-04-11 10:22:57 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-04-11 10:22:57 -0400 |
| commit | dcdb8442674b41265023f71b9c46d46da2cee0b8 (patch) | |
| tree | 4ad2626663cb16b79ea30729ba421754511b1b62 /www/templates/reorder-modal.html | |
| parent | ef6b96b33f09320eebd2e90d5b9579865cf8fadd (diff) | |
#503 style changes
Diffstat (limited to 'www/templates/reorder-modal.html')
| -rw-r--r-- | www/templates/reorder-modal.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/templates/reorder-modal.html b/www/templates/reorder-modal.html index 7a7a7aa4..bc442128 100644 --- a/www/templates/reorder-modal.html +++ b/www/templates/reorder-modal.html @@ -12,7 +12,8 @@ - <a class="item item-avatar item-icon-right " ng-click="toggleHide($index)" href=""> + + <a ng-class="{ 'item item-avatar item-icon-right' : item.Monitor.listDisplay == 'show', 'item item-avatar item-icon-right eye-background-red' : item.Monitor.listDisplay!='show' }" ng-click="toggleHide($index)" href="" > <img src="{{item.Monitor.streamingURL}}/nph-zms?mode=single&monitor={{item.Monitor.Id}}&scale=50{{$root.authSession}}" fallback-src /> |
