aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-11 17:47:30 -0700
committerMark Otto <[email protected]>2013-08-11 17:47:30 -0700
commit58b90dae1570eca6c921933742bf418ebf3ee47b (patch)
treeeb0b2b369a90c971d34a46361fe1e39532f50f4e /less/variables.less
parent8b76e0d0f0c5679f12935c4a3dad98917636702b (diff)
downloadbootstrap-58b90dae1570eca6c921933742bf418ebf3ee47b.tar.xz
bootstrap-58b90dae1570eca6c921933742bf418ebf3ee47b.zip
addressing #9189 manually, part 2: dropdown header and disabled link colors (and refactor commenting styles)
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
index 991e6587c..910eebb8d 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -163,6 +163,9 @@
@dropdown-link-hover-color: #fff;
@dropdown-link-hover-bg: @dropdown-link-active-bg;
+@dropdown-link-disabled-color: @gray-light;
+
+@dropdown-header-color: @gray-light;
@dropdown-caret-color: #000;