mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
remove background from accordion, and use border instead
This commit is contained in:
+2
-4
@@ -9,7 +9,8 @@
|
||||
|
||||
// Group == heading + body
|
||||
.accordion-group {
|
||||
background-color: #f5f5f5;
|
||||
margin-bottom: 2px;
|
||||
border: 1px solid #e5e5e5;
|
||||
.border-radius(4px);
|
||||
}
|
||||
.accordion-heading {
|
||||
@@ -19,9 +20,6 @@
|
||||
display: block;
|
||||
padding: 8px 15px;
|
||||
}
|
||||
.accordion-body {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
// Inner needs the styles because you can't animate properly with any styles on the element
|
||||
.accordion-inner {
|
||||
|
||||
Reference in New Issue
Block a user