From 09043f1a8f370fcc2816ae71db2bd336a787842a Mon Sep 17 00:00:00 2001 From: Ardeshir Javaherchi Date: Thu, 26 Feb 2015 20:47:56 -0800 Subject: [PATCH] Add color for status bar text --- stylesheets/panels.less | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/panels.less b/stylesheets/panels.less index f407e58..9eec7c1 100644 --- a/stylesheets/panels.less +++ b/stylesheets/panels.less @@ -43,6 +43,7 @@ } .status-bar { + color: @text-color-info; height: 36px; line-height: 36px; }