From 647d2898fa77b46286c546dcc1632da26cb0e84f Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Thu, 6 Sep 2018 21:26:00 +0530 Subject: [PATCH] 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 Reviewed-by: James Valleroy --- static/themes/default/css/plinth.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css index 6330869c8..20184e207 100644 --- a/static/themes/default/css/plinth.css +++ b/static/themes/default/css/plinth.css @@ -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; +}