7 lines
423 B
CSS
7 lines
423 B
CSS
#steps th {font-size:13px; color: var(--color-slate-700); padding: 8px; width: 50%;}
|
|
#steps th.steps {padding-left: 32px;}
|
|
#steps .step-id {font-size:13px; color: var(--color-slate-500);}
|
|
#steps thead, #steps .step-item .disabled-color {background-color: rgba(var(--color-gray-100-rgb), 0.7);}
|
|
#steps {font-size:13px; color: var(--color-slate-800);}
|
|
.linkCaseTitles, .linkBugTitles {overflow: hidden; white-space: nowrap;}
|