2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

trying to solve firefox active outline, make .input less specific

This commit is contained in:
Mark Otto
2011-09-10 13:00:07 -07:00
parent 0b43bc9bb9
commit 5b16150159
5 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ label {
}
// Shift over the inside div to align all label's relevant content
div.input {
form .input {
margin-left: 150px;
}
+5
View File
@@ -26,6 +26,11 @@ html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
// Active links get no outline
a:active {
outline: none;
-moz-outline-style: none;
}
// Focus states
a:focus {
outline: thin dotted;