color updates to workflows

This commit is contained in:
John Mitchell
2017-07-25 16:59:54 -04:00
parent 5a3466a3b6
commit f04f900358
4 changed files with 12 additions and 5 deletions

View File

@@ -2343,3 +2343,7 @@ input[disabled].ui-spinner-input {
border-color: @b7grey;
color: @default-interface-txt;
}
.ui-dialog .ui-dialog-content {
background: @default-bg;
}

View File

@@ -25,6 +25,7 @@
@f7grey: #F7F7F7;
@insights-yellow: #dedc4f;
@f2grey: #f2f2f2;
@f6grey: #f6f6f6;
@ebgrey: #ebebeb;

View File

@@ -69,7 +69,7 @@
}
.WorkflowResults-rightSide .WorkflowChart-svg {
background-color: @default-secondary-bg;
background-color: @f6grey;
border: 1px solid @d7grey;
border-top: 0px;
border-bottom-right-radius: 5px;

View File

@@ -43,7 +43,7 @@
}
.WorkflowMaker-contentHolder {
display: flex;
border: 1px solid @d7grey;
border: 1px solid @b7grey;
border-radius: 5px;
height: ~"calc(100% - 85px)";
}
@@ -54,7 +54,8 @@
}
.WorkflowMaker-contentRight {
flex: 0 0 400px;
border-left: 1px solid @d7grey;
border-left: 1px solid @b7grey;
background: @default-bg;
padding: 20px;
height: 100%;
overflow-y: scroll;
@@ -157,7 +158,8 @@
height: 40px;
line-height: 40px;
color: @default-interface-txt;
border-bottom: 1px solid @d7grey;
background: @default-bg;
border-bottom: 1px solid @b7grey;
}
.WorkflowLegend-maker--left {
flex: 1 0 auto;
@@ -246,7 +248,7 @@
width: 293px;
background-color: @default-bg;
display: flex;
border: 1px solid @d7grey;
border: 1px solid @b7grey;
border-top: 0px;
border-bottom-left-radius: 5px;
margin-left: -1px;