1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-04-11 23:28:39 +02:00

Merge pull request #10 from atom/ns-empty-panes

Gives panes the app-background-color
This commit is contained in:
Nathan Sobo 2014-01-15 15:41:31 -08:00
commit d5926853cc

View File

@ -9,6 +9,14 @@
}
.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; }