aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-27 08:21:39 -0800
committerMark Otto <[email protected]>2012-01-27 08:21:39 -0800
commit9d0328ff00a1fa28f58b3cefa826bed9e21ab580 (patch)
tree0e2f71a445267dbd7513939582a45360f3259b7a /docs/assets/css
parent11d7ef1515a09559b287089782abf85827e667c4 (diff)
downloadbootstrap-9d0328ff00a1fa28f58b3cefa826bed9e21ab580.tar.xz
bootstrap-9d0328ff00a1fa28f58b3cefa826bed9e21ab580.zip
adding outline callout as a fallback for IE--needs testing though, thought I already added this
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/bootstrap.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 68e161051..3a981f94d 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/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: Thu Jan 26 22:39:03 PST 2012
+ * Date: Fri Jan 27 08:21:21 PST 2012
*/
article,
aside,
@@ -604,6 +604,9 @@ input:focus, textarea:focus {
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
outline: 0;
+ outline: 1px dotted #666 \9;
+ /* IE6-8 */
+
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
-webkit-box-shadow: none;
@@ -1831,7 +1834,7 @@ table .span12 {
.navbar-search .search-query :-moz-placeholder {
color: #eeeeee;
}
-.navbar-search .search-query::-webkit-input-placeholder {
+.navbar-search .search-query ::-webkit-input-placeholder {
color: #eeeeee;
}
.navbar-search .search-query:hover {