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">
|
||||
<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">
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user