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

form bug fix with new baseline, updated docs to fix topbar bug, tweaks to scaffolding for buttons

This commit is contained in:
Mark Otto
2011-06-29 13:48:08 -07:00
parent e0b09867c2
commit 025f74ef93
5 changed files with 22 additions and 5 deletions
+8
View File
@@ -79,6 +79,7 @@ a {
// Buttons
.btn {
.button();
.transition(.1s linear all);
&.primary {
#gradient > .vertical(@blue, @blueDark);
color: #fff;
@@ -103,6 +104,13 @@ a {
.opacity(65);
cursor: default;
}
&:focus {
}
&:active {
@shadow: inset 0 3px 7px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.05);
.box-shadow(@shadow);
}
}
// Help Firefox not be a douche about adding extra padding to buttons
button.btn,