Change color of loading animation in reports [SCI-1029]

This commit is contained in:
Oleksii Kriuchykhin 2017-05-08 11:02:51 +02:00
parent e47bf8f013
commit 3f60439948

View file

@ -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;