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

30 lines
545 B
Plaintext
Raw Normal View History

2013-09-12 23:53:25 +02:00
@import "ui-mixins";
@import "ui-variables";
@import "buttons";
.pane-item {
.panel {
border-color: fadeout(@inset-panel-border-color, 30%);
}
}
2013-12-02 18:33:35 +01:00
.panes {
.pane {
background-color: lighten(@app-background-color, 4%);
&:focus {
background-color: @app-background-color;
}
}
.pane-row > * {
2013-09-12 23:53:25 +02:00
border-right: 1px solid @pane-item-border-color;
&:last-child { border-right: none; }
}
.pane-column > * {
border-bottom: 1px solid @pane-item-border-color;
&:last-child { border-bottom: none; }
}
2013-09-12 23:53:25 +02:00
}