ohif-viewer/Packages/worklist/components/worklist.styl

78 lines
1.3 KiB
Stylus

body
background-color: #202020
.noselect
-webkit-touch-callout: none
-webkit-user-select: none
-khtml-user-select: none
-moz-user-select: none
-ms-user-select: none
user-select: none
#worklistTab
background-color: #202020
#worklistContainer
background-color: #202020
color: white
#tabs
width: 100%
#tablist
border-bottom: 1px solid #424242;
background-color: #202020
height: 41px
a:hover
background-color: transparent
.tabTitle
background-color: #202020
border-color: #424242
float: left
line-height:30px
&:hover
color: black
background-color: white
button.close
color: black
&.active
background-color: #424242
border-color: #424242
&:hover
background-color: #424242
a
color: white
button.close
color: white
a
padding: 5px 15px
cursor: pointer
color: #424242
text-decoration: none
button.close
margin: 4px 0 4px 8px
text-shadow: none
color: white
text-decoration: none
&:hover
color: red
.tab-content
width: 100%
height: calc(100% - 91px)
.tab-pane
width: 100%
height: 100%