aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Marcoux <[email protected]>2014-01-31 15:25:09 -0500
committerFrederick Marcoux <[email protected]>2014-01-31 15:25:09 -0500
commitd1a7271ea1272e0f9775d49e6a84ee49819e0094 (patch)
tree87fd905121dde3e0e02054fb912e621108f2bb6c
parentd3aad7e35505d0f06843921439f8d9f0a2f36b34 (diff)
downloadbootstrap-d1a7271ea1272e0f9775d49e6a84ee49819e0094.tar.xz
bootstrap-d1a7271ea1272e0f9775d49e6a84ee49819e0094.zip
Update variables.less
-rw-r--r--less/variables.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
index ebc72c00e..814f45351 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;