Skip to content

Commit

Permalink
[Ref] Remove irrelevant INBAS-based CSS classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Nov 23, 2023
1 parent 7fbbc4c commit b2be162
Showing 1 changed file with 0 additions and 110 deletions.
110 changes: 0 additions & 110 deletions resources/css/record-manager.css
Original file line number Diff line number Diff line change
Expand Up @@ -283,116 +283,6 @@ td.actions button {
right: 0;
}

.factors-gantt {
width: 100%;
height: 350px;
}

.gantt_container {
border-radius: 3px;
}

.gantt-zoom {
border: 1px solid #cecece;
border-top: none;
border-radius: 3px;
overflow: hidden;
}

.gantt-zoom-label {
margin: 10px 0;
}

/*.gantt_grid_head_add {*/
/*background-image: none;*/
/*cursor: default;*/
/*pointer-events: none;*/
/*}*/

.gantt-link-causes {
background-color: #ff0000;
}

.gantt-link-contributes_to {
background-color: #FFDE11;
}

.gantt-link-mitigates {
background-color: #00ff00;
}

.gantt-link-prevents {
background-color: #00A000;
}

/* Causes */
.gantt_task_link.gantt-link-causes .gantt_line_wrapper div {
background-color: #ff0000;
}

.gantt_task_link.gantt-link-causes:hover .gantt_line_wrapper div {
box-shadow: 0 0 10px 0 #ff0000;
}

.gantt_task_link.gantt-link-causes .gantt_link_arrow_right {
border-left-color: #ff0000;
}

.gantt_task_link.gantt-link-causes .gantt_link_arrow_left {
border-right-color: #ff0000;
}

/* Contributes to */
.gantt_task_link.gantt-link-contributes .gantt_line_wrapper div {
background-color: #FFDE11;
}

.gantt_task_link.gantt-link-contributes:hover .gantt_line_wrapper div {
box-shadow: 0 0 10px 0 #FFDE11;
}

.gantt_task_link.gantt-link-contributes .gantt_link_arrow_right {
border-left-color: #FFDE11;
}

.gantt_task_link.gantt-link-contributes .gantt_link_arrow_left {
border-right-color: #FFDE11;
}

/* Mitigates */
.gantt_task_link.gantt-link-mitigates .gantt_line_wrapper div {
background-color: #00ff00;
}

.gantt_task_link.gantt-link-mitigates:hover .gantt_line_wrapper div {
box-shadow: 0 0 10px 0 #00ff00;
}

.gantt_task_link.gantt-link-mitigates .gantt_link_arrow_right {
border-left-color: #00ff00;
}

.gantt_task_link.gantt-link-mitigates .gantt_link_arrow_left {
border-right-color: #00ff00;
}

/* Prevents */
.gantt_task_link.gantt-link-prevents .gantt_line_wrapper div {
background-color: #00A000;
}

.gantt_task_link.gantt-link-prevents:hover .gantt_line_wrapper div {
box-shadow: 0 0 10px 0 #00A000;
}

.gantt_task_link.gantt-link-prevents .gantt_link_arrow_right {
border-left-color: #00A000;
}

.gantt_task_link.gantt-link-prevents .gantt_link_arrow_left {
border-right-color: #00A000;
}

/* Overriding bootstrap primary panel border color */
.panel-primary {
border-color: #bce8f1;
Expand Down

0 comments on commit b2be162

Please sign in to comment.