From: Frederick Marcoux Date: Fri, 31 Jan 2014 20:25:09 +0000 (-0500) Subject: Update variables.less X-Git-Tag: v3.2.0~438^2~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1a7271ea1272e0f9775d49e6a84ee49819e0094;p=thirdparty%2Fbootstrap.git Update variables.less --- diff --git a/less/variables.less b/less/variables.less index ebc72c00e6..814f453512 100644 --- a/less/variables.less +++ b/less/variables.less @@ -633,6 +633,14 @@ @list-group-active-border: @list-group-active-bg; @list-group-active-text-color: lighten(@list-group-active-bg, 40%); +//** Text color of disabled list elements +@list-group-disabled-color: @grey-light; // Or something else you want +//** Background color of disabled list elements +@list-group-disabled-bg: @grey-ligher; // Or something else you want +//** Border color of disabled list elements +@list-group-disabled-border: #eee; // Or something else you want +@list-group-disabled-text-color: lighten(@list-group-disabled-bg, 40%); // Or something else you want + @list-group-link-color: #555; @list-group-link-heading-color: #333;