2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +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
+6 -2
View File
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Date: Fri Sep 9 21:42:21 PDT 2011
* Date: Sat Sep 10 12:59:54 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -91,6 +91,10 @@ html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
a:active {
outline: none;
-moz-outline-style: none;
}
a:focus {
outline: thin dotted;
}
@@ -702,7 +706,7 @@ label {
text-align: right;
color: #404040;
}
div.input {
form .input {
margin-left: 150px;
}
input[type=checkbox], input[type=radio] {