aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-06 21:44:46 -0800
committerMark Otto <[email protected]>2014-03-06 21:44:46 -0800
commitdf3eb66ede02646c3ddc15b796d189f5effc60bb (patch)
treea2705394355a4d1244e2dd9f7e8723e680477f6f /less/variables.less
parent4868096dbdfbf9f82e08cf2906fd2ce19f8f1560 (diff)
parent0c9308a3b29be6d56c582dce33092164be7997b4 (diff)
downloadbootstrap-df3eb66ede02646c3ddc15b796d189f5effc60bb.tar.xz
bootstrap-df3eb66ede02646c3ddc15b796d189f5effc60bb.zip
Merge branch 'master' into popovers-use-radii-var
Conflicts: dist/css/bootstrap.css.map docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less14
1 files changed, 11 insertions, 3 deletions
diff --git a/less/variables.less b/less/variables.less
index 8cb951740..bdc719cb3 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -643,16 +643,24 @@
//** List group border radius
@list-group-border-radius: @border-radius-base;
-//** Background color of single list elements on hover
+//** Background color of single list items on hover
@list-group-hover-bg: #f5f5f5;
-//** Text color of active list elements
+//** Text color of active list items
@list-group-active-color: @component-active-color;
-//** Background color of active list elements
+//** Background color of active list items
@list-group-active-bg: @component-active-bg;
//** Border color of active list elements
@list-group-active-border: @list-group-active-bg;
+//** Text color for content within active list items
@list-group-active-text-color: lighten(@list-group-active-bg, 40%);
+//** Text color of disabled list items
+@list-group-disabled-color: @gray-light;
+//** Background color of disabled list items
+@list-group-disabled-bg: @gray-lighter;
+//** Text color for content within disabled list items
+@list-group-disabled-text-color: @list-group-disabled-color;
+
@list-group-link-color: #555;
@list-group-link-heading-color: #333;