947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
|
span.timelineSelected {
border-radius: 5px;
border: solid #ff8000;
vertical-align: top;
text-align: left;
background: #442800
}
.timelineSelected {
background: #663C00;
box-shadow: 0px 0px 6px rgb(255, 127, 0)
}
.timelineSecondary {
background: #003C66;
box-shadow: 0px 0px 6px rgb(0, 127, 255)
}
.timelineCurrent {
background: #66003C;
box-shadow: 0px 0px 6px rgb(255, 0, 127)
}
.timelineSecondary > .timelineColumnarCell,
.timelineSecondary > .timelineCompactCell,
.timelineSecondary > .timelineDetailCell,
.timelineSecondary > .timelineModernCell,
|
|
|
|
|
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
|
span.timelineSelected {
border-radius: 5px;
border: solid #ff8000;
vertical-align: top;
text-align: left;
background: #442800
}
tr.timelineSelected {
background: #663C00;
box-shadow: 0px 0px 6px rgb(255, 127, 0)
}
tr.timelineSecondary {
background: #003C66;
box-shadow: 0px 0px 6px rgb(0, 127, 255)
}
tr.timelineCurrent {
background: #66003C;
box-shadow: 0px 0px 6px rgb(255, 0, 127)
}
.timelineSecondary > .timelineColumnarCell,
.timelineSecondary > .timelineCompactCell,
.timelineSecondary > .timelineDetailCell,
.timelineSecondary > .timelineModernCell,
|