diff options
| author | Mark Otto <[email protected]> | 2013-08-11 18:09:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-11 18:09:56 -0700 |
| commit | a66cdb0c304b701c299bdbf24a53dd6105d4429d (patch) | |
| tree | f7a28480cc07c53cfbb5990e77d9c93316f5c68d /less/input-groups.less | |
| parent | 83f1a75e7a8ae4570641f1fcf88c2062373fff62 (diff) | |
| download | bootstrap-a66cdb0c304b701c299bdbf24a53dd6105d4429d.tar.xz bootstrap-a66cdb0c304b701c299bdbf24a53dd6105d4429d.zip | |
addressing #9189 manually, part 4: input group background var
Diffstat (limited to 'less/input-groups.less')
| -rw-r--r-- | less/input-groups.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/input-groups.less b/less/input-groups.less index 56c6cb62c..abc399dc2 100644 --- a/less/input-groups.less +++ b/less/input-groups.less @@ -49,7 +49,7 @@ font-weight: normal; line-height: 1; text-align: center; - background-color: @gray-lighter; + background-color: @input-group-addon-bg; border: 1px solid @input-group-addon-border-color; border-radius: @border-radius-base; |
