1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-04 01:01:56 +02:00

Readd focused example of inputs to docs; clean up alerts section

This commit is contained in:
Mark Otto
2013-01-17 15:36:36 -08:00
parent 32bcbe5671
commit 97975c5fcf
5 changed files with 23 additions and 62 deletions

View File

@@ -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
-------------------------------------------------- */