2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

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
+10
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;
}