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:
+1
-1
@@ -50,7 +50,7 @@ label {
|
||||
}
|
||||
|
||||
// Shift over the inside div to align all label's relevant content
|
||||
div.input {
|
||||
form .input {
|
||||
margin-left: 150px;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user