Make the white border on the panels pretty
This commit is contained in:
parent
e974dde95c
commit
abed2b753f
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue