You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
829 B
42 lines
829 B
5 years ago
|
.accordion {
|
||
|
overflow: hidden;
|
||
|
border-width: 1px;
|
||
|
border-style: solid;
|
||
|
}
|
||
|
.accordion .accordion-header {
|
||
|
border-width: 0 0 1px;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
.accordion .accordion-body {
|
||
|
border-width: 0 0 1px;
|
||
|
}
|
||
|
.accordion-noborder {
|
||
|
border-width: 0;
|
||
|
}
|
||
|
.accordion-noborder .accordion-header {
|
||
|
border-width: 0 0 1px;
|
||
|
}
|
||
|
.accordion-noborder .accordion-body {
|
||
|
border-width: 0 0 1px;
|
||
|
}
|
||
|
.accordion-collapse {
|
||
|
background: url('images/accordion_arrows.png') no-repeat 0 0;
|
||
|
}
|
||
|
.accordion-expand {
|
||
|
background: url('images/accordion_arrows.png') no-repeat -16px 0;
|
||
|
}
|
||
|
.accordion {
|
||
|
background: #fff;
|
||
|
border-color: #ddd;
|
||
|
}
|
||
|
.accordion .accordion-header {
|
||
|
background: #ffffff;
|
||
|
filter: none;
|
||
|
}
|
||
|
.accordion .accordion-header-selected {
|
||
|
background: #CCE6FF;
|
||
|
}
|
||
|
.accordion .accordion-header-selected .panel-title {
|
||
|
color: #000;
|
||
|
}
|