75 lines
1.2 KiB
Stylus
75 lines
1.2 KiB
Stylus
body
|
|
background-color: black
|
|
|
|
#tblStudyList
|
|
tr
|
|
height: 20px
|
|
|
|
#worklistTab
|
|
background-color: black
|
|
|
|
.worklistContainer
|
|
background-color: black
|
|
margin: 0 auto
|
|
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
|
|
cursor: none
|
|
|
|
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% |