From a0216f0695b3b90d6685506bc5bf4e2587e9f039 Mon Sep 17 00:00:00 2001 From: Alexander Yuzhin Date: Wed, 9 Oct 2019 15:49:23 +0300 Subject: [PATCH] [SSE] Fixed loader --- apps/spreadsheeteditor/main/index.html | 4 ++-- apps/spreadsheeteditor/main/index.html.deploy | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/spreadsheeteditor/main/index.html b/apps/spreadsheeteditor/main/index.html index 8ea0d5558..64a9de9e0 100644 --- a/apps/spreadsheeteditor/main/index.html +++ b/apps/spreadsheeteditor/main/index.html @@ -136,8 +136,8 @@ width: 100%; height: 100%; display: inline-block; - background: linear-gradient(90deg, #d5d5d5 0px, rgba(0,0,0,0) 1px) 0 0, - linear-gradient(rgba(0,255,0,0) 19px, #d5d5d5 20px) 0 0, + background: linear-gradient(90deg, #d5d5d5 0px, rgba(223,223,223,0) 1px) 0 0, + linear-gradient(rgba(223,223,223,0) 19px, #d5d5d5 20px) 0 0, linear-gradient( #f1f1f1 0px, #f1f1f1 20px) 0 0 repeat-x; background-size: 80px 20px; } diff --git a/apps/spreadsheeteditor/main/index.html.deploy b/apps/spreadsheeteditor/main/index.html.deploy index 03dd02e0d..e312dd0b0 100644 --- a/apps/spreadsheeteditor/main/index.html.deploy +++ b/apps/spreadsheeteditor/main/index.html.deploy @@ -138,8 +138,8 @@ width: 100%; height: 100%; display: inline-block; - background: linear-gradient(90deg, #d5d5d5 0px, rgba(0,0,0,0) 1px) 0 0, - linear-gradient(rgba(0,255,0,0) 19px, #d5d5d5 20px) 0 0, + background: linear-gradient(90deg, #d5d5d5 0px, rgba(223,223,223,0) 1px) 0 0, + linear-gradient(rgba(223,223,223,0) 19px, #d5d5d5 20px) 0 0, linear-gradient( #f1f1f1 0px, #f1f1f1 20px) 0 0 repeat-x; background-size: 80px 20px; }