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

Apply a blue inner glow to focused empty panes

This commit is contained in:
Nathan Sobo 2014-01-15 11:54:25 -07:00
parent bc11d0e0a4
commit bf27632810

View File

@ -11,6 +11,10 @@
.panes { .panes {
.pane { .pane {
background-color: @app-background-color; background-color: @app-background-color;
&:focus .item-views {
box-shadow: inset 0 0 7px #6aa5e9;
}
} }
.pane-row .pane { .pane-row .pane {