mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
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:
parent
4a4e3525a8
commit
647d2898fa
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user