From: Thierry Goettelmann Date: Thu, 26 Jun 2014 14:31:37 +0000 (+0200) Subject: Change cursor from "default" to "not-allowed" if disabled X-Git-Tag: v3.3.0~430^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=165c7889bdad142d0a9553fe7eae3abd96ec5a76;p=thirdparty%2Fbootstrap.git Change cursor from "default" to "not-allowed" if disabled --- diff --git a/less/list-group.less b/less/list-group.less index 8cf6230d1f..7d857cfd3a 100644 --- a/less/list-group.less +++ b/less/list-group.less @@ -74,7 +74,7 @@ a.list-group-item { &.disabled:focus { background-color: @list-group-disabled-bg; color: @list-group-disabled-color; - cursor: default; + cursor: not-allowed; // Force color to inherit for custom content .list-group-item-heading {