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;