aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-16 21:25:40 -0800
committerMark Otto <[email protected]>2012-02-16 21:25:40 -0800
commit61e2201c64a9a61792680c2b1d236b0a753ed182 (patch)
tree6331f15b6ed1a692406cc4d3f932e442f25a83ba /docs/assets/css/bootstrap.css
parent489276f5be328773e4e4dbd7d6d8e326d3135437 (diff)
downloadbootstrap-61e2201c64a9a61792680c2b1d236b0a753ed182.tar.xz
bootstrap-61e2201c64a9a61792680c2b1d236b0a753ed182.zip
fix buttons focus state and swap a buttons for button buttons
Diffstat (limited to 'docs/assets/css/bootstrap.css')
-rw-r--r--docs/assets/css/bootstrap.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 57c30ab63..e16383b1c 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -33,7 +33,7 @@ html {
-ms-text-size-adjust: 100%;
}
a:focus {
- outline: thin dotted;
+ outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
@@ -675,7 +675,7 @@ select:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
- outline: thin dotted;
+ outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
@@ -1749,7 +1749,7 @@ table .span12 {
transition: background-position 0.1s linear;
}
.btn:focus {
- outline: thin dotted;
+ outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}