diff options
| author | Mark Otto <[email protected]> | 2013-08-11 17:47:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-11 17:47:30 -0700 |
| commit | 58b90dae1570eca6c921933742bf418ebf3ee47b (patch) | |
| tree | eb0b2b369a90c971d34a46361fe1e39532f50f4e /less/variables.less | |
| parent | 8b76e0d0f0c5679f12935c4a3dad98917636702b (diff) | |
| download | bootstrap-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.less | 3 |
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; |
