diff options
| author | Mark Otto <[email protected]> | 2013-09-01 09:53:41 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-01 09:53:41 +0200 |
| commit | 4b53ea52e9cc27ab27dde2695400fd6c95a0b6c2 (patch) | |
| tree | 236bd34de9795079ed6ac261b709f1a8df77459e /less/input-groups.less | |
| parent | 794d7845199d46b89f45026d47091e6f30de73a2 (diff) | |
| download | bootstrap-4b53ea52e9cc27ab27dde2695400fd6c95a0b6c2.tar.xz bootstrap-4b53ea52e9cc27ab27dde2695400fd6c95a0b6c2.zip | |
fixes #10223: adds color to input addon
Diffstat (limited to 'less/input-groups.less')
| -rw-r--r-- | less/input-groups.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/input-groups.less b/less/input-groups.less index 570f03f90..3c05a458f 100644 --- a/less/input-groups.less +++ b/less/input-groups.less @@ -61,6 +61,7 @@ font-size: @font-size-base; font-weight: normal; line-height: 1; + color: @input-color; text-align: center; background-color: @input-group-addon-bg; border: 1px solid @input-group-addon-border-color; |
