ohif-viewer/Packages/viewerbase/client/components/viewer/layoutChooser/layoutChooser.styl

18 lines
433 B
Stylus

.layoutChooser
width: 92px
height: 92px
min-width: 92px // to override bootstrap's dropdown-menu class
min-height: 92px
table
margin: 0 auto
td
cursor: pointer
border: 2px solid black
width: 20px
height: 20px
transition: background-color 0.1s ease
&:hover, &.hover // Add the hover class here to be triggered by mouseenter/mouseleave
background-color: gray