mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
remove background from accordion, and use border instead
This commit is contained in:
Vendored
+2
-4
@@ -3165,7 +3165,8 @@ a.thumbnail:hover {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
.accordion-group {
|
||||
background-color: #f5f5f5;
|
||||
margin-bottom: 2px;
|
||||
border: 1px solid #e5e5e5;
|
||||
-webkit-border-radius: 4px;
|
||||
-moz-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
@@ -3177,9 +3178,6 @@ a.thumbnail:hover {
|
||||
display: block;
|
||||
padding: 8px 15px;
|
||||
}
|
||||
.accordion-body {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.accordion-inner {
|
||||
padding: 9px 15px;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
|
||||
Reference in New Issue
Block a user