From 0dfcbd8b53a9d751b9f1657dd2510b9fd76fa4ae Mon Sep 17 00:00:00 2001
From: ShimaginAndrey <andrey.shimagin@onlyoffice.com>
Date: Thu, 23 Dec 2021 09:30:17 +0300
Subject: [PATCH] [SSE] Fix Bug 51255

---
 apps/spreadsheeteditor/mobile/src/less/statusbar.less | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/apps/spreadsheeteditor/mobile/src/less/statusbar.less b/apps/spreadsheeteditor/mobile/src/less/statusbar.less
index 2daf9242a..2e4f8ac81 100644
--- a/apps/spreadsheeteditor/mobile/src/less/statusbar.less
+++ b/apps/spreadsheeteditor/mobile/src/less/statusbar.less
@@ -20,6 +20,11 @@
         text-align: center;
         height: 100%;
         position: relative;
+        
+        &.active {
+            background-color: @background-secondary;
+            font-weight: 600;
+        }
 
         .hairline(right, @background-menu-divider);
     }