ohif-viewer/Packages/ohif-study-list/client/components/studylist/studylistToolbar/studylistToolbar.styl
2016-11-15 08:24:01 +01:00

27 lines
455 B
Stylus

@import "{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