diff options
| author | Mark Otto <[email protected]> | 2012-02-12 14:01:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-12 14:01:58 -0800 |
| commit | a9e469e75aba9edb6e4b0eb29f0a51dbef3167b7 (patch) | |
| tree | ab09b6370dc8fce74d06eed515a961bbb092e55f /docs/assets/css/bootstrap.css | |
| parent | 86b6ea4b5f2919c6dd962301b94af4e4096dbb16 (diff) | |
| download | bootstrap-a9e469e75aba9edb6e4b0eb29f0a51dbef3167b7.tar.xz bootstrap-a9e469e75aba9edb6e4b0eb29f0a51dbef3167b7.zip | |
add navbar background hover variable and fix uneditable-input with append/prepend controls
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a88db6685..b1a1d2611 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -913,6 +913,7 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec border-radius: 3px 0 0 3px; } .input-append .uneditable-input { + border-left-color: #eee; border-right-color: #ccc; } .input-append .add-on { |
