index.css 2.65 KB
body {
	overflow: hidden;
}

.relationshipGraph-tip { 
	border-radius: 6px !important;
	background: #192838 !important;
	width: 160px !important;
	color: #12cada !important;
	z-index: 100000 !important;
}

.relationshipGraph-tip:after {
	color: #192838 !important;	
}

.relationshipGraph-tip table tr td{
	padding: 3px;
}

.rect-cover,.rect-cover-statis {
	fill: rgba(255, 255, 255, 0);
}

.case_rect{
	fill: rgba(255, 255, 255, 0.2);
    stroke:#0099CC;
    stroke-width: 4px;
    rx: 5px;
    ry: 5px;
}

.c_close {
	fill: #f7466b;
	opacity: 0.5 ;
}

.c_close_so {
	fill:rgb(253, 253, 253);
}

.c_close_line_r,.c_close_line_l {
	stroke:#f7466b;
	opacity: 0.5 ;
	stroke-width:2; 
}

.c_close_cover,.r_left_cover,.r_right_cover,.r_center_cover {
	fill:rgba(253,253,253,0);
}

.test_r_center,.test_r_left,.test_r_right {
	fill:#0099CC
}

.test_r_center_solid,.test_r_left_solid,.test_r_right_solid {
	fill:#0099CC
}

.test_r_center_so, .test_r_left_so,.test_r_right_so{
	fill:rgb(253, 253, 253);
}


text.caseactive {
	fill: #03e1fd;
}


text.alert-danger {
	/* transform: scale(0.5,1); */
    font-weight: bolder;
    fill: #f9a3a9;
}

.relationshipGraph-up {
	/* fill: #2c5c7f; */
	/* fill: #304459; */
	fill: #233f5d; 
	stroke: #ffffff;
    stroke-width: 1px;
    pointer-events: all;
    cursor: default;
    rx:4;
    ry:4;
}

.relationshipGraph-up-text,.relationshipGraph-down-text {
	/* transform: scale(0.5,1); */
    font-weight: bolder;
    fill: #ffffff;
}

.relationshipGraph-up-circle-text,.relationshipGraph-down-circle-text {
   font-weight: bolder;
   fill: #2ab4c0;
}

.relationshipGraph-up-circle,.relationshipGraph-down-circle {
	/* stroke: #2ab4c0; */
	stroke: #17a8ee;
    stroke-width: 2px;
    fill: #ffffff;
}

.relationshipGraph-down {
	/* fill: #666; */
	/* fill: #3b414e; */
	fill: #31394a;
    cursor: default;
    stroke: #ffffff
    stroke-width: 1px;
    pointer-events: all;
    rx:4;
    ry:4
}


.ganttSvgContainer {
    height: 400px;
    overflow: auto;
    position: relative;
}

.svg-chart {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#ganttSvg {
	width: 100%;
	margin: 10px 0px 0px 10px;
}


.rect_shift, .rect_Whours {
    /* fill:#225369; */
    fill : #093144;
    stroke-width: 0.5;
}

.statis_text {
    fill:#eee;
    /* transform: scale(0.4,0.5); */
    font-weight: bold;
}

.axis path,.axis line,.down path,.down line,.up path,.up line {
	fill: none;
    stroke: #304152;
    shape-rendering: crispEdges;
    opacity: 0.5;
    stroke-width: 1;
}

::selection {
	background:rgba(255, 255, 255, 0); 
}