From bc11d0e0a4c328d4a0f3ea8f23e760b9f0f26786 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 15 Jan 2014 04:42:02 -0700 Subject: [PATCH] Gives panes the app-background-color In the post-empty-panes world, there will always be a single root pane, so the true background of workspace will never be visible. --- stylesheets/panes.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/panes.less b/stylesheets/panes.less index 9eaf958..d7838eb 100644 --- a/stylesheets/panes.less +++ b/stylesheets/panes.less @@ -9,6 +9,10 @@ } .panes { + .pane { + background-color: @app-background-color; + } + .pane-row .pane { border-right: 1px solid @pane-item-border-color; &:last-child { border-right: none; }