Merge pull request #577 from okriuchykhin/ok_SCI_1029

Change color of turbolinks progress bar [SCI-1029]
This commit is contained in:
okriuchykhin 2017-04-26 15:05:44 +02:00 committed by GitHub
commit dbd9da916b

View file

@ -1442,8 +1442,8 @@ table.dataTable {
z-index: 1000000000;
}
html.turbolinks-progress-bar::before {
background-color: $color-mojo !important;
.turbolinks-progress-bar::before {
background-color: $color-theme-primary;
}
/* Loading animation for ajax events, inspired by Codrops */