Merge pull request #594 from okriuchykhin/ok_SCI_1029_v2

Change color of loading animation in reports [SCI-1029]
This commit is contained in:
okriuchykhin 2017-05-08 13:35:00 +02:00 committed by GitHub
commit f292dab3b5

View file

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