From e99f97b9fedf4dcf13ab4c06e122ce245b764aab Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Fri, 6 Sep 2013 11:25:34 -0700 Subject: [PATCH] Add bordered panels to the light theme --- themes/atom-light-ui/panels.less | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/themes/atom-light-ui/panels.less b/themes/atom-light-ui/panels.less index 6a820fee4..c1d4582a2 100644 --- a/themes/atom-light-ui/panels.less +++ b/themes/atom-light-ui/panels.less @@ -2,6 +2,17 @@ @import "ui-variables"; @import "buttons"; +.panel { + &.bordered { + border: 1px solid @base-border-color; + border-radius: @component-border-radius; + + .panel-heading { + border-radius: @component-border-radius @component-border-radius 0 0; + } + } +} + .tool-panel { .text(normal); position: relative;