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