From: Mark Otto Date: Wed, 29 Oct 2014 05:57:56 +0000 (-0700) Subject: change back to not allowed cursor X-Git-Tag: v3.3.0~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e528daf6d0c7709fa6c7d6091ff097cd4834a840;p=thirdparty%2Fbootstrap.git change back to not allowed cursor --- diff --git a/less/variables.less b/less/variables.less index c89e6e2729..a215b85581 100644 --- a/less/variables.less +++ b/less/variables.less @@ -215,7 +215,7 @@ @input-group-addon-border-color: @input-border; //** Disabled cursor for form controls and buttons. -@cursor-disabled: default; +@cursor-disabled: not-allowed; //== Dropdowns