Updated the tab active background color on the job launch modal to match other tabs

This commit is contained in:
Michael Abashian 2016-07-12 12:58:28 -04:00
parent 3aabb18c92
commit 5930ad03fa

View File

@ -103,8 +103,8 @@
}
.JobSubmission-step--active {
color: @default-bg!important;
background-color: @d7grey!important;
border-color: @d7grey!important;
background-color: @default-icon!important;
border-color: @default-icon!important;
cursor: default!important;
}
.JobSubmission-step--disabled {