mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 14:41:53 +08:00
Merge pull request #594 from okriuchykhin/ok_SCI_1029_v2
Change color of loading animation in reports [SCI-1029]
This commit is contained in:
commit
f292dab3b5
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