mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 20:05:55 +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;
|
z-index: -1;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 3px;
|
height: 3px;
|
||||||
background: $color-mojo;
|
background: $color-theme-primary;
|
||||||
-webkit-transform: translate3d(-100%, 0, 0);
|
-webkit-transform: translate3d(-100%, 0, 0);
|
||||||
transform: translate3d(-100%, 0, 0);
|
transform: translate3d(-100%, 0, 0);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue