From 3f6043994861c250026ae2b2de8cec081904e3a9 Mon Sep 17 00:00:00 2001 From: Oleksii Kriuchykhin Date: Mon, 8 May 2017 11:02:51 +0200 Subject: [PATCH] Change color of loading animation in reports [SCI-1029] --- app/assets/stylesheets/themes/scinote.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index c8d3cc9b4..06a2feca9 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -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;