1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-25 11:44:19 +01:00
solarized-dark-ui/stylesheets/panes.less
Nathan Sobo bc11d0e0a4 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.
2014-01-15 04:42:02 -07:00

21 lines
344 B
Plaintext

@import "ui-mixins";
@import "ui-variables";
@import "buttons";
.pane-item {
.panel {
border-color: fadeout(@inset-panel-border-color, 30%);
}
}
.panes {
.pane {
background-color: @app-background-color;
}
.pane-row .pane {
border-right: 1px solid @pane-item-border-color;
&:last-child { border-right: none; }
}
}