LT-250: Fixing toolbar icon colors and disabling selection on header
This commit is contained in:
parent
35ac8c3603
commit
350469d52f
@ -1,5 +1,5 @@
|
|||||||
<template name="lesionTracker">
|
<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">
|
<div class="clearfix p-x-1 p-t-1">
|
||||||
<a class="brandSection pull-left" href="http://ohif.org">
|
<a class="brandSection pull-left" href="http://ohif.org">
|
||||||
<img class="logoImage" src="/images/logo.png">
|
<img class="logoImage" src="/images/logo.png">
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template name="toolbarSection">
|
<template name="toolbarSection">
|
||||||
<div class="toolbarSection p-x-2">
|
<div class="toolbarSection noselect p-x-2">
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
<div class="pull-left m-t-1">
|
<div class="pull-left m-t-1">
|
||||||
{{>roundedButtonGroup leftSidebarToggleButtonData}}
|
{{>roundedButtonGroup leftSidebarToggleButtonData}}
|
||||||
@ -74,4 +74,4 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -24,6 +24,7 @@
|
|||||||
cursor: not-allowed
|
cursor: not-allowed
|
||||||
|
|
||||||
.buttonLabel
|
.buttonLabel
|
||||||
|
color: $textSecondaryColor
|
||||||
font-size: 12px
|
font-size: 12px
|
||||||
|
|
||||||
.svgContainer
|
.svgContainer
|
||||||
@ -36,20 +37,24 @@
|
|||||||
width: 21px
|
width: 21px
|
||||||
height: 21px
|
height: 21px
|
||||||
|
|
||||||
&:active, &.active
|
|
||||||
color: $activeColor
|
|
||||||
|
|
||||||
svg
|
|
||||||
fill: $activeColor
|
|
||||||
stroke: $activeColor
|
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
color: $hoverColor
|
|
||||||
|
.buttonLabel
|
||||||
|
color: $hoverColor
|
||||||
|
|
||||||
svg
|
svg
|
||||||
fill: $hoverColor
|
fill: $hoverColor
|
||||||
stroke: $hoverColor
|
stroke: $hoverColor
|
||||||
|
|
||||||
|
&:active, &.active
|
||||||
|
.buttonLabel
|
||||||
|
color: $activeColor
|
||||||
|
|
||||||
|
svg
|
||||||
|
fill: $activeColor
|
||||||
|
stroke: $activeColor
|
||||||
|
|
||||||
.toolbarSectionEntry
|
.toolbarSectionEntry
|
||||||
color: $defaultColor
|
color: $defaultColor
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user