diff options
| author | Mark Otto <[email protected]> | 2013-08-31 09:04:17 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-31 09:04:17 +0200 |
| commit | 3e62905f9da8d2589ae5cca3c870668cb35aec11 (patch) | |
| tree | 46d27a6860c7e7f9eb6c08f662f2c1d4c629a9fc /dist/css/bootstrap.css | |
| parent | 58408b02329b620e4cd0c206bd9b4f5100f77a72 (diff) | |
| parent | 644c227ae16a9870c6aa456e0dc826fab0e5fa2e (diff) | |
| download | bootstrap-3e62905f9da8d2589ae5cca3c870668cb35aec11.tar.xz bootstrap-3e62905f9da8d2589ae5cca3c870668cb35aec11.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 319ca9e3a..856e378cb 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -316,13 +316,6 @@ textarea { line-height: inherit; } -button, -input, -select[multiple], -textarea { - background-image: none; -} - a { color: #428bca; text-decoration: none; @@ -1724,6 +1717,7 @@ output { color: #555555; vertical-align: middle; background-color: #ffffff; + background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); @@ -2006,6 +2000,7 @@ textarea.input-lg { white-space: nowrap; vertical-align: middle; cursor: pointer; + background-image: none; border: 1px solid transparent; border-radius: 4px; -webkit-user-select: none; |
