aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/quattro
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/quattro')
-rw-r--r--view/theme/quattro/colors.less2
-rw-r--r--view/theme/quattro/quattro.less2
2 files changed, 3 insertions, 1 deletions
diff --git a/view/theme/quattro/colors.less b/view/theme/quattro/colors.less
index 24cce5952..5314b5284 100644
--- a/view/theme/quattro/colors.less
+++ b/view/theme/quattro/colors.less
@@ -90,3 +90,5 @@
@JotSubmitOverText: @Grey4;
@JotPermissionUnlockBackgroundColor: @Grey2;
@JotPermissionLockBackgroundColor: @Grey4;
+@JotLoadingBackgroundColor: @Grey1;
+
diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less
index d05acf76a..3c16777ea 100644
--- a/view/theme/quattro/quattro.less
+++ b/view/theme/quattro/quattro.less
@@ -537,7 +537,7 @@ section {
}
li.loading {
float: right;
- background-color: @Grey1;
+ background-color: @JotLoadingBackgroundColor;
width: 20px;
vertical-align: center;
text-align: center;