]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #3202: add cursor to .accordion-toggle
authorMark Otto <markotto@twitter.com>
Tue, 24 Apr 2012 08:23:24 +0000 (01:23 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 24 Apr 2012 08:23:24 +0000 (01:23 -0700)
docs/assets/css/bootstrap.css
less/accordion.less

index 1c2e91850bb09b4d7ad72eb0a0ffe90cbfef9fd8..a3c7df8ab3b4749822b879ae3f26ddf4175437fc 100644 (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;
index 11a36b544e811cce7fb7c526d0162128a330c232..31b8cdc33d633d50d85197f2a905b19a5ce33dec 100644 (file)
   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;