ohif-viewer/Packages/viewerbase/client/components/viewer/toolbar/toolbar.styl
2016-07-22 14:26:29 +02:00

21 lines
469 B
Stylus

@import "{design}/app.styl"
.btn-group
background-color: $primaryBackgroundColor
display: inline-block
button
text-align: center
color: $defaultColor
background-color: $primaryBackgroundColor
border-color: $uiBorderColor
transition(all 0.1s ease)
// Prevent the blue outline in Chrome when a viewport is selected
outline: 0 !important
&:hover
color: $hoverColor
&.active, &:active
color: $activeColor