Some minor style changes (colors, lesion tool icon)
This commit is contained in:
parent
1bcf4fc02d
commit
26a5adbb48
@ -10,10 +10,12 @@ table#tblStudyList thead > tr {
|
||||
color: white;
|
||||
}
|
||||
table#tblStudyList tbody > tr:nth-child(even) {
|
||||
background-color: #CCC;
|
||||
background-color: #888;
|
||||
color: black;
|
||||
}
|
||||
table#tblStudyList tbody > tr:nth-child(odd) {
|
||||
background-color: #DDD;
|
||||
background-color: #BBB;
|
||||
color: black;
|
||||
}
|
||||
table#tblStudyList tbody > tr:hover{
|
||||
background-color: #009BD2
|
||||
|
||||
@ -64,12 +64,12 @@ Template.viewerMain.helpers({
|
||||
id: 'lesion',
|
||||
title: 'Lesion Tool',
|
||||
classes: 'imageViewerTool',
|
||||
iconClasses: 'fa fa-arrows-v'
|
||||
iconClasses: 'fa fa-arrows-alt'
|
||||
});
|
||||
|
||||
toolbarOptions.buttonData = buttonData;
|
||||
toolbarOptions.includePlayClipButton = true;
|
||||
toolbarOptions.includeLayoutButton = true;
|
||||
toolbarOptions.includePlayClipButton = false;
|
||||
toolbarOptions.includeLayoutButton = false;
|
||||
return toolbarOptions;
|
||||
}
|
||||
});
|
||||
@ -21,8 +21,8 @@ table.lesionTable > tbody > tr > td {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
table.lesionTable tbody tr.lesionTableRow:nth-child(even) {background: #CCC}
|
||||
table.lesionTable tbody tr.lesionTableRow:nth-child(odd) {background: #DDD}
|
||||
table.lesionTable tbody tr.lesionTableRow:nth-child(even) {background: #888}
|
||||
table.lesionTable tbody tr.lesionTableRow:nth-child(odd) {background: #BBB}
|
||||
table.lesionTable tbody tr.lesionTableRow:hover{ background-color: #009BD2; color: white; }
|
||||
|
||||
#thTarget {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user