Updated viewport border to be white on hover, grey otherwise (for LesionTracker only)

Updated href to point to ohif.org
This commit is contained in:
Rob Lewis 2015-11-06 09:23:24 -05:00
parent b5f94412fa
commit 0365e9963d
2 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<template name="layoutLesionTracker"> <template name="layoutLesionTracker">
<div class="logoContainer"> <div class="logoContainer">
<a class="navbar-brand" href="/"> <a class="navbar-brand" href="http://ohif.org">
<img src="/images/logo.png"> <img src="/images/logo.png">
<h4 class="name">Open Health Imaging Foundation</h4> <h4 class="name">Open Health Imaging Foundation</h4>
</a> </a>

View File

@ -12,7 +12,9 @@
#imageViewerViewports #imageViewerViewports
.viewportContainer .viewportContainer
// Override the orange highlight in viewerbase &.active
// for active viewports
&.active, &:hover.active
border: 2px solid #777 border: 2px solid #777
&:hover, &:hover.active
border: 2px solid white