1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

fix #3202: add cursor to .accordion-toggle

This commit is contained in:
Mark Otto
2012-04-24 01:23:24 -07:00
parent f805a6080c
commit 7f6f3ff462
2 changed files with 9 additions and 0 deletions

View File

@@ -4777,6 +4777,10 @@ a.badge:hover {
padding: 8px 15px;
}
.accordion-toggle {
cursor: pointer;
}
.accordion-inner {
padding: 9px 15px;
border-top: 1px solid #e5e5e5;