Merge pull request #2937 from mabashian/job-launch-active-tab

Updated the tab active background color on the job launch modal
This commit is contained in:
Michael Abashian 2016-07-12 13:15:23 -04:00 committed by GitHub
commit 8a5faf564d

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 {