LT-250: Fixing toolbar icon colors and disabling selection on header

This commit is contained in:
Bruno Alves de Faria 2016-06-10 15:19:26 -03:00 committed by Erik Ziegler
parent 35ac8c3603
commit 350469d52f
3 changed files with 15 additions and 10 deletions

View File

@ -1,5 +1,5 @@
<template name="lesionTracker">
<div class="topBar {{#if onStudyList}}studyList{{/if}}">
<div class="topBar noselect {{#if onStudyList}}studyList{{/if}}">
<div class="clearfix p-x-1 p-t-1">
<a class="brandSection pull-left" href="http://ohif.org">
<img class="logoImage" src="/images/logo.png">

View File

@ -1,5 +1,5 @@
<template name="toolbarSection">
<div class="toolbarSection p-x-2">
<div class="toolbarSection noselect p-x-2">
<div class="clearfix">
<div class="pull-left m-t-1">
{{>roundedButtonGroup leftSidebarToggleButtonData}}
@ -74,4 +74,4 @@
</div>
</div>
</div>
</template>
</template>

View File

@ -24,6 +24,7 @@
cursor: not-allowed
.buttonLabel
color: $textSecondaryColor
font-size: 12px
.svgContainer
@ -36,20 +37,24 @@
width: 21px
height: 21px
&:active, &.active
color: $activeColor
svg
fill: $activeColor
stroke: $activeColor
&:hover
color: $hoverColor
.buttonLabel
color: $hoverColor
svg
fill: $hoverColor
stroke: $hoverColor
&:active, &.active
.buttonLabel
color: $activeColor
svg
fill: $activeColor
stroke: $activeColor
.toolbarSectionEntry
color: $defaultColor
cursor: pointer