104 lines
1.6 KiB
Stylus
104 lines
1.6 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
|
|
|
|
input.worklist-search
|
|
height: 20px
|
|
background-color: #888888
|
|
|
|
#tblStudyList
|
|
tr
|
|
height: 20px
|
|
|
|
.patient-name-input
|
|
width: 200px
|
|
|
|
.worklist-input
|
|
width: 80px
|
|
|
|
.modality-input
|
|
width: 60px
|
|
|
|
.patientid-input
|
|
width: 260px
|
|
|
|
.study-description-input
|
|
width: 480px
|
|
|
|
#worklistTab
|
|
background-color: #202020
|
|
|
|
#worklistContainer
|
|
background-color: #202020
|
|
color: white
|
|
width:90%
|
|
padding-top: 10px
|
|
|
|
#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% |