diff --git a/stylesheets/panes.less b/stylesheets/panes.less index e2098bc..f3e502c 100644 --- a/stylesheets/panes.less +++ b/stylesheets/panes.less @@ -10,10 +10,10 @@ .panes { .pane { - background-color: @app-background-color; + background-color: lighten(@app-background-color, 4%); - &:focus .item-views { - box-shadow: inset 0 0 7px #6aa5e9; + &:focus { + background-color: @app-background-color; } }