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 /dist/css/bootstrap.css | |
| parent | 794d7845199d46b89f45026d47091e6f30de73a2 (diff) | |
| download | bootstrap-4b53ea52e9cc27ab27dde2695400fd6c95a0b6c2.tar.xz bootstrap-4b53ea52e9cc27ab27dde2695400fd6c95a0b6c2.zip | |
fixes #10223: adds color to input addon
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5318d432e..10ba482b5 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3716,6 +3716,7 @@ textarea.input-group-sm > .input-group-btn > .btn { font-size: 14px; font-weight: normal; line-height: 1; + color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #cccccc; |
