aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-17 15:36:36 -0800
committerMark Otto <[email protected]>2013-01-17 15:36:36 -0800
commit97975c5fcf3f671c26d1688f54c8d65bba41c87c (patch)
tree83becdd75a63fadfec3d096f0449e1cde4f6458f /docs/assets/css
parent32bcbe5671faf83b9c0161dcae8a1ab0f1d61c59 (diff)
downloadbootstrap-97975c5fcf3f671c26d1688f54c8d65bba41c87c.tar.xz
bootstrap-97975c5fcf3f671c26d1688f54c8d65bba41c87c.zip
Readd focused example of inputs to docs; clean up alerts section
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/docs.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 7ab9f5842..b1369c96d 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -443,6 +443,19 @@ section > ul li {
+/* Misc docs stuff
+-------------------------------------------------- */
+
+/* Pseudo :focus state for showing how it looks in the docs */
+input.focused {
+ border-color: rgba(82,168,236,.8);
+ outline: 0;
+ outline: thin dotted \9; /* IE6-9 */
+ -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
+ box-shadow: 0 0 8px rgba(82,168,236,.6);
+}
+
+
/* Responsive variations
-------------------------------------------------- */