From 461106210ff2fbe7d4bb366775c78c7f432fa998 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Tue, 27 Apr 2021 20:22:21 +0300 Subject: [PATCH] [themes] changed skeleton's color --- apps/spreadsheeteditor/main/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/index.html b/apps/spreadsheeteditor/main/index.html index 69de345aa..8b959591b 100644 --- a/apps/spreadsheeteditor/main/index.html +++ b/apps/spreadsheeteditor/main/index.html @@ -92,7 +92,7 @@ .loadmask > .sktoolbar li { background: #ccc; - background: var(--highlight-button-pressed, #ccc); + background: var(--highlight-button-hover, #ccc); border-radius: 3px; width: 20px; height: 20px;