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:
commit
d5926853cc
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user