diff --git a/stylesheets/panels.less b/stylesheets/panels.less index 0a8ba54..75ec004 100644 --- a/stylesheets/panels.less +++ b/stylesheets/panels.less @@ -11,8 +11,6 @@ .tool-panel { .text(normal); position: relative; - height: 36px; - line-height: 36px; background-color: @tool-panel-background-color; } @@ -43,3 +41,8 @@ .btn-background(@bg, @hover, @selected, @text); } } + +.status-bar { + height: 36px; + line-height: 36px; +}