[JENKINS-36904] use a lighter color for the outer circle when "queued"

This commit is contained in:
Cliff Meyers 2016-07-29 14:35:29 -04:00
parent c8197db439
commit e52c309a83
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
.progress-spinner.queued {
circle {
stroke: white;
stroke: #bcd8f1;
}
circle.inner {
stroke: white;