1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-03-30 21:48:37 +02:00
solarized-dark-ui/stylesheets/panes.less

25 lines
425 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: lighten(@app-background-color, 4%);
&:focus {
background-color: @app-background-color;
}
}
.pane-row .pane {
border-right: 1px solid @pane-item-border-color;
&:last-child { border-right: none; }
}
}