aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-04-24 01:23:24 -0700
committerMark Otto <[email protected]>2012-04-24 01:23:24 -0700
commit7f6f3ff4622a9bd8394e8f418db7f9af3257ae47 (patch)
tree0338f52227f10934a3e303aab61f7b8b48185cd7 /less
parentf805a6080c961b2348d1d2e92259dfcc4f4a2392 (diff)
downloadbootstrap-7f6f3ff4622a9bd8394e8f418db7f9af3257ae47.tar.xz
bootstrap-7f6f3ff4622a9bd8394e8f418db7f9af3257ae47.zip
fix #3202: add cursor to .accordion-toggle
Diffstat (limited to 'less')
-rw-r--r--less/accordion.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/less/accordion.less b/less/accordion.less
index 11a36b544..31b8cdc33 100644
--- a/less/accordion.less
+++ b/less/accordion.less
@@ -21,6 +21,11 @@
padding: 8px 15px;
}
+// General toggle styles
+.accordion-toggle {
+ cursor: pointer;
+}
+
// Inner needs the styles because you can't animate properly with any styles on the element
.accordion-inner {
padding: 9px 15px;