diff options
| author | Mark Otto <[email protected]> | 2012-01-07 01:03:26 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 01:03:26 -0800 |
| commit | d6a1402f2af5111e11a87a6029b642dc0b814854 (patch) | |
| tree | e00d943ecc552656c43fd240a3e3b3a792be37ed /bootstrap.css | |
| parent | bcf1136f2c8236cd3fa28eac7e57a9a3fc17d104 (diff) | |
| download | bootstrap-d6a1402f2af5111e11a87a6029b642dc0b814854.tar.xz bootstrap-d6a1402f2af5111e11a87a6029b642dc0b814854.zip | |
update form shadows and tweak prettyprint styles
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bootstrap.css b/bootstrap.css index 4f086520a..a5bdf2594 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Sat Jan 7 00:47:37 PST 2012 + * Date: Sat Jan 7 00:50:40 PST 2012 */ html, body { margin: 0; @@ -635,9 +635,9 @@ textarea { margin-left: 10px; } input, textarea { - -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); - -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); - box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -ms-transition: border linear 0.2s, box-shadow linear 0.2s; @@ -646,9 +646,9 @@ input, textarea { } input:focus, textarea:focus { border-color: rgba(82, 168, 236, 0.8); - -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); - -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); - box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); + -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); + -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); outline: 0; } input[type=file]:focus, input[type=checkbox]:focus, select:focus { |
