diff options
| author | Mark Otto <[email protected]> | 2013-08-04 23:20:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-04 23:20:55 -0700 |
| commit | f62ea2afe281383c7550441e80fcd808479a5e2c (patch) | |
| tree | 408d6cba9565ffc9e2dddb5f7fd8947dfe606e7e /dist/css/bootstrap.css | |
| parent | 73c048578dfce7c6d4e8c9d4fe6c6bd22b2ff9b2 (diff) | |
| download | bootstrap-f62ea2afe281383c7550441e80fcd808479a5e2c.tar.xz bootstrap-f62ea2afe281383c7550441e80fcd808479a5e2c.zip | |
fixes #8793: remove padding-right from inputs with state changes
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 430655807..6174d97e2 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1574,7 +1574,6 @@ textarea.input-sm { } .has-warning .form-control { - padding-right: 32px; border-color: #c09853; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); @@ -1598,7 +1597,6 @@ textarea.input-sm { } .has-error .form-control { - padding-right: 32px; border-color: #b94a48; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); @@ -1622,7 +1620,6 @@ textarea.input-sm { } .has-success .form-control { - padding-right: 32px; border-color: #468847; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
