aboutsummaryrefslogtreecommitdiff
path: root/bootstrap-1.0.0.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-06-30 10:40:28 -0700
committerMark Otto <[email protected]>2011-06-30 10:40:28 -0700
commit588b2da937dd5c34766863fba3a9daaf2276d900 (patch)
treed13e69999b2724c80be268e0819df01345c5a2bc /bootstrap-1.0.0.css
parent6aae3930c92052a49686c1bd73a264da905ce898 (diff)
downloadbootstrap-588b2da937dd5c34766863fba3a9daaf2276d900.tar.xz
bootstrap-588b2da937dd5c34766863fba3a9daaf2276d900.zip
updated docs, fixed language, added copy-code js for selecting text on focus
Diffstat (limited to 'bootstrap-1.0.0.css')
-rw-r--r--bootstrap-1.0.0.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/bootstrap-1.0.0.css b/bootstrap-1.0.0.css
index 579553057..be3c96fd3 100644
--- a/bootstrap-1.0.0.css
+++ b/bootstrap-1.0.0.css
@@ -5,7 +5,7 @@
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
- * Designed and built @twitter by @mdo and @fat, like bosses.
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
/*
* Reset.less
@@ -626,7 +626,7 @@ form .uneditable-input {
line-height: 18px;
height: 18px;
color: #808080;
- border: 1px solid #bbb;
+ border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
@@ -653,13 +653,16 @@ form textarea {
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
+ -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);
}
form input[type=text]:focus, form input[type=password]:focus, form textarea:focus {
outline: none;
- border-color: rgba(82, 168, 236, 0.75);
- -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
- -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
- box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
+ 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);
}
form div.error {
background: #fae5e3;