diff options
| author | Mark Otto <[email protected]> | 2012-06-19 13:25:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-19 13:25:35 -0700 |
| commit | d14f06fc4ed3f4753de9ae5ef247c48629714935 (patch) | |
| tree | ac577f720bada5df7cec379426fa1bc89b3908fa /docs | |
| parent | 143b6ae2de0e7f0c4e835a20765c81c26dba0423 (diff) | |
| download | bootstrap-d14f06fc4ed3f4753de9ae5ef247c48629714935.tar.xz bootstrap-d14f06fc4ed3f4753de9ae5ef247c48629714935.zip | |
round select list corners
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 838d5a611..81fb023d9 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -795,6 +795,9 @@ input[type="color"], font-size: 13px; line-height: 18px; color: #555555; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; } input, @@ -824,9 +827,6 @@ input[type="color"], .uneditable-input { background-color: #ffffff; border: 1px solid #cccccc; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
