mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
color updates to workflows
This commit is contained in:
@@ -2343,3 +2343,7 @@ input[disabled].ui-spinner-input {
|
|||||||
border-color: @b7grey;
|
border-color: @b7grey;
|
||||||
color: @default-interface-txt;
|
color: @default-interface-txt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui-dialog .ui-dialog-content {
|
||||||
|
background: @default-bg;
|
||||||
|
}
|
||||||
|
|||||||
@@ -25,6 +25,7 @@
|
|||||||
@f7grey: #F7F7F7;
|
@f7grey: #F7F7F7;
|
||||||
@insights-yellow: #dedc4f;
|
@insights-yellow: #dedc4f;
|
||||||
@f2grey: #f2f2f2;
|
@f2grey: #f2f2f2;
|
||||||
|
@f6grey: #f6f6f6;
|
||||||
@ebgrey: #ebebeb;
|
@ebgrey: #ebebeb;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.WorkflowResults-rightSide .WorkflowChart-svg {
|
.WorkflowResults-rightSide .WorkflowChart-svg {
|
||||||
background-color: @default-secondary-bg;
|
background-color: @f6grey;
|
||||||
border: 1px solid @d7grey;
|
border: 1px solid @d7grey;
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
}
|
}
|
||||||
.WorkflowMaker-contentHolder {
|
.WorkflowMaker-contentHolder {
|
||||||
display: flex;
|
display: flex;
|
||||||
border: 1px solid @d7grey;
|
border: 1px solid @b7grey;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
height: ~"calc(100% - 85px)";
|
height: ~"calc(100% - 85px)";
|
||||||
}
|
}
|
||||||
@@ -54,7 +54,8 @@
|
|||||||
}
|
}
|
||||||
.WorkflowMaker-contentRight {
|
.WorkflowMaker-contentRight {
|
||||||
flex: 0 0 400px;
|
flex: 0 0 400px;
|
||||||
border-left: 1px solid @d7grey;
|
border-left: 1px solid @b7grey;
|
||||||
|
background: @default-bg;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
@@ -157,7 +158,8 @@
|
|||||||
height: 40px;
|
height: 40px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
color: @default-interface-txt;
|
color: @default-interface-txt;
|
||||||
border-bottom: 1px solid @d7grey;
|
background: @default-bg;
|
||||||
|
border-bottom: 1px solid @b7grey;
|
||||||
}
|
}
|
||||||
.WorkflowLegend-maker--left {
|
.WorkflowLegend-maker--left {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
@@ -246,7 +248,7 @@
|
|||||||
width: 293px;
|
width: 293px;
|
||||||
background-color: @default-bg;
|
background-color: @default-bg;
|
||||||
display: flex;
|
display: flex;
|
||||||
border: 1px solid @d7grey;
|
border: 1px solid @b7grey;
|
||||||
border-top: 0px;
|
border-top: 0px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
margin-left: -1px;
|
margin-left: -1px;
|
||||||
|
|||||||
Reference in New Issue
Block a user