Make the white border on the panels pretty

This commit is contained in:
Tor Hveem 2013-10-22 13:35:55 +02:00
parent e974dde95c
commit abed2b753f

View file

@ -36,6 +36,12 @@ body {
box-shadow: rgba(255, 255, 255, 0.07) -1px 0 0; box-shadow: rgba(255, 255, 255, 0.07) -1px 0 0;
border-left: 1px solid #121212; 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 { input#sendMessage {
border: 0; border: 0;