add .panel-primary

This commit is contained in:
Mark Otto 2013-03-31 22:22:52 -07:00
parent 0fbfa167e1
commit 2f8deea95a
4 changed files with 27 additions and 0 deletions

View file

@ -3033,6 +3033,16 @@ a.list-group-item.active .list-group-item-text {
border-top-left-radius: 3px;
}
.panel-primary {
border-color: #428bca;
}
.panel-primary .panel-heading {
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
}
.panel-success {
border-color: #d6e9c6;
}