mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 23:54:43 +08:00
Merge pull request #577 from okriuchykhin/ok_SCI_1029
Change color of turbolinks progress bar [SCI-1029]
This commit is contained in:
commit
dbd9da916b
1 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue