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:
parent
b5f94412fa
commit
0365e9963d
@ -1,6 +1,6 @@
|
||||
<template name="layoutLesionTracker">
|
||||
<div class="logoContainer">
|
||||
<a class="navbar-brand" href="/">
|
||||
<a class="navbar-brand" href="http://ohif.org">
|
||||
<img src="/images/logo.png">
|
||||
<h4 class="name">Open Health Imaging Foundation</h4>
|
||||
</a>
|
||||
|
||||
@ -12,7 +12,9 @@
|
||||
|
||||
#imageViewerViewports
|
||||
.viewportContainer
|
||||
// Override the orange highlight in viewerbase
|
||||
// for active viewports
|
||||
&.active, &:hover.active
|
||||
border: 2px solid #777
|
||||
&.active
|
||||
border: 2px solid #777
|
||||
|
||||
&:hover, &:hover.active
|
||||
border: 2px solid white
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user