diff options
| author | Mark Otto <[email protected]> | 2013-01-17 15:36:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 15:36:36 -0800 |
| commit | 97975c5fcf3f671c26d1688f54c8d65bba41c87c (patch) | |
| tree | 83becdd75a63fadfec3d096f0449e1cde4f6458f /docs/assets/css | |
| parent | 32bcbe5671faf83b9c0161dcae8a1ab0f1d61c59 (diff) | |
| download | bootstrap-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.css | 13 |
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 -------------------------------------------------- */ |
