Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <markotto@twitter.com>2012-04-24 12:23:24 +0400
committerMark Otto <markotto@twitter.com>2012-04-24 12:23:24 +0400
commit7f6f3ff4622a9bd8394e8f418db7f9af3257ae47 (patch)
tree0338f52227f10934a3e303aab61f7b8b48185cd7 /less
parentf805a6080c961b2348d1d2e92259dfcc4f4a2392 (diff)
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 11a36b544e..31b8cdc33d 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;