From abed2b753fcf82f7979ddceeef5560230a52966b Mon Sep 17 00:00:00 2001 From: Tor Hveem Date: Tue, 22 Oct 2013 13:35:55 +0200 Subject: [PATCH] Make the white border on the panels pretty --- css/glowingbear.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/glowingbear.css b/css/glowingbear.css index f468ccd..09c3d97 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -36,6 +36,12 @@ body { box-shadow: rgba(255, 255, 255, 0.07) -1px 0 0; border-left: 1px solid #121212; } +.panel-group .panel-heading + .panel-collapse .panel-body { +-webkit-box-shadow: rgba(255, 255, 255, 0.07) 0 -1px 0; + -moz-box-shadow: rgba(255, 255, 255, 0.07) 0 -1px 0; + box-shadow: rgba(255, 255, 255, 0.07) 0 -1px 0; + border-top: 1px solid #121212; +} input#sendMessage { border: 0;