mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-07 16:09:57 +08:00
Change color of loading animation in reports [SCI-1029]
This commit is contained in:
parent
e47bf8f013
commit
3f60439948
1 changed files with 1 additions and 1 deletions
|
@ -1454,7 +1454,7 @@ table.dataTable {
|
|||
z-index: -1;
|
||||
width: 100%;
|
||||
height: 3px;
|
||||
background: $color-mojo;
|
||||
background: $color-theme-primary;
|
||||
-webkit-transform: translate3d(-100%, 0, 0);
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
pointer-events: none;
|
||||
|
|
Loading…
Reference in a new issue