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">
|
<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>
|
||||||
|
|||||||
@ -12,7 +12,9 @@
|
|||||||
|
|
||||||
#imageViewerViewports
|
#imageViewerViewports
|
||||||
.viewportContainer
|
.viewportContainer
|
||||||
// Override the orange highlight in viewerbase
|
&.active
|
||||||
// for active viewports
|
border: 2px solid #777
|
||||||
&.active, &:hover.active
|
|
||||||
border: 2px solid #777
|
&:hover, &:hover.active
|
||||||
|
border: 2px solid white
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user