ohif-viewer/Packages/ohif-study-list/client/components/studylist/studylistToolbar/studylistToolbar.styl

28 lines
461 B
Stylus

@import "{ohif:design}/app"
.studylistToolbar
.addNewStudy
margin: 0 10px
label
theme('color', '$textSecondaryColor')
font-weight: 400
cursor: pointer
*
pointer-events: none
&:hover
theme('color', '$hoverColor')
&:active
theme('color', '$activeColor')
input
width: 0.1px;
height: 0.1px
opacity: 0
overflow: hidden
position: absolute
z-index: -1