From: Mark Otto Date: Wed, 24 Jul 2013 05:53:30 +0000 (-0700) Subject: Update and add `@btn-hover-color` to Customize page X-Git-Tag: v3.0.0-rc1~78^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0dd2f902d494f46c238e31ef3a711c11d44f501;p=thirdparty%2Fbootstrap.git Update and add `@btn-hover-color` to Customize page --- diff --git a/customize.html b/customize.html index 1e1f0e67e7..8d70d04452 100644 --- a/customize.html +++ b/customize.html @@ -569,6 +569,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge +

Button hover

+ +

Success

diff --git a/less/variables.less b/less/variables.less index 0bd576a669..6d16346b96 100644 --- a/less/variables.less +++ b/less/variables.less @@ -117,7 +117,7 @@ @btn-info-bg: @brand-info; @btn-info-border: @btn-info-bg; -@btn-hover-color: #fff; +@btn-hover-color: @btn-default-color; // Forms