Skip to content

Commit

Permalink
#503 style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Apr 11, 2017
1 parent ef6b96b commit dcdb844
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions www/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
color:red;
}

.eye-background-red
{
background-color:rgba(231, 76, 60,0.2);
}

.icon.mp4-icon {
background-repeat: no-repeat;
background-position: 50%;
Expand Down
3 changes: 2 additions & 1 deletion www/templates/reorder-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ <h1 class="title"></h1>



<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 />

Expand Down

0 comments on commit dcdb844

Please sign in to comment.