From edc982484ba20427f8f3ac3c7fdcc55dcc916a07 Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Fri, 1 Feb 2013 13:45:17 -0800 Subject: [PATCH] etched style for atom-light-ui --- themes/atom-light-ui/atom.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/themes/atom-light-ui/atom.css b/themes/atom-light-ui/atom.css index 772922301..544df9367 100644 --- a/themes/atom-light-ui/atom.css +++ b/themes/atom-light-ui/atom.css @@ -5,11 +5,15 @@ html, body, } #root-view #panes .row > * + * { - border-left: 1px solid #989898; + -webkit-box-shadow: + -2px 0 rgba(0, 0, 0, 0.3), + -1px 0 rgba(255, 255, 255, 0.2); } #root-view #panes .column > * + * { - border-top: 1px solid #989898; + -webkit-box-shadow: + 0 -2px rgba(0, 0, 0, 0.3), + 0 -1px rgba(255, 255, 255, 0.2); } .error {