1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-10 09:24:21 +01:00

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.
This commit is contained in:
Nathan Sobo 2014-01-15 04:42:02 -07:00
parent d43ac8b3d5
commit bc11d0e0a4

View File

@ -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; }