1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02:00
This commit is contained in:
Jacob Thornton
2011-06-29 15:41:33 -07:00
5 changed files with 22 additions and 5 deletions

View File

@@ -78,6 +78,7 @@ a {
// Buttons
.btn {
.button();
.transition(.1s linear all);
&.primary {
#gradient > .vertical(@blue, @blueDark);
color: #fff;
@@ -102,6 +103,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,