2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

base import of normalize into the reset css, tweaks to selector specificity across the board

This commit is contained in:
Mark Otto
2011-08-25 00:13:40 -07:00
parent d324a24268
commit 2d99e3f8a6
7 changed files with 520 additions and 277 deletions
+6 -2
View File
@@ -152,6 +152,7 @@ a {
background-image: none;
.opacity(65);
cursor: default;
.box-shadow(none);
}
// this can't be included with the .disabled def because IE8 and below will drop it ;_;
@@ -159,10 +160,13 @@ a {
background-image: none;
.opacity(65);
cursor: default;
color: #fff;
.box-shadow(none);
&.primary {
color: #fff;
}
}
&:active {
@shadow: inset 0 3px 7px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
@shadow: inset 0 3px 7px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
.box-shadow(@shadow);
}
}