turbolinks: Make the progress bar white and thicker

The progress bar's default color is blue. It is not noticeable as it
is similar to the blue in the page header in plinth.

Fixes #1364

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Joseph Nuthalapati 2018-09-06 21:26:00 +05:30 committed by James Valleroy
parent 4a4e3525a8
commit 647d2898fa
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -364,3 +364,8 @@ a.menu_link_active {
.background-system {
background-image: url('../img/system-background.svg');
}
.turbolinks-progress-bar {
height: 3px;
background-color: white;
}