diff --git a/static/css/style.green.css b/static/css/style.green.css index d0f8a2fb2..48fc2d359 100644 --- a/static/css/style.green.css +++ b/static/css/style.green.css @@ -1726,7 +1726,7 @@ fieldset[disabled] .btn-template-primary.active { border: none; } #heading-breadcrumbs { - background: url('../img/texture-bw.png') center center repeat; + background: url('../img/texture-green.png') center center repeat; padding: 20px 0; margin-bottom: 40px; } @@ -1755,7 +1755,7 @@ fieldset[disabled] .btn-template-primary.active { padding: 60px 0; } .bar.background-pentagon { - background: url('../img/texture-bw.png') center center repeat; + background: url('../img/texture-green.png') center center repeat; border-top: solid 1px #999999; border-bottom: solid 1px #999999; } diff --git a/static/css/style.turquoise.css b/static/css/style.turquoise.css index f4607c865..17e8c5f4b 100644 --- a/static/css/style.turquoise.css +++ b/static/css/style.turquoise.css @@ -1726,7 +1726,7 @@ fieldset[disabled] .btn-template-primary.active { border: none; } #heading-breadcrumbs { - background: url('../img/texture-bw.png') center center repeat; + background: url('../img/texture-turquoise.png') center center repeat; padding: 20px 0; margin-bottom: 40px; } @@ -1755,7 +1755,7 @@ fieldset[disabled] .btn-template-primary.active { padding: 60px 0; } .bar.background-pentagon { - background: url('../img/texture-bw.png') center center repeat; + background: url('../img/texture-turquoise.png') center center repeat; border-top: solid 1px #999999; border-bottom: solid 1px #999999; } diff --git a/static/css/style.violet.css b/static/css/style.violet.css index f10fe8dc3..6c5e0d4a1 100644 --- a/static/css/style.violet.css +++ b/static/css/style.violet.css @@ -1726,7 +1726,7 @@ fieldset[disabled] .btn-template-primary.active { border: none; } #heading-breadcrumbs { - background: url('../img/texture-bw.png') center center repeat; + background: url('../img/texture-violet.png') center center repeat; padding: 20px 0; margin-bottom: 40px; } @@ -1755,7 +1755,7 @@ fieldset[disabled] .btn-template-primary.active { padding: 60px 0; } .bar.background-pentagon { - background: url('../img/texture-bw.png') center center repeat; + background: url('../img/texture-violet.png') center center repeat; border-top: solid 1px #999999; border-bottom: solid 1px #999999; }