diff options
| author | Mark Otto <[email protected]> | 2011-06-29 13:48:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-29 13:48:08 -0700 |
| commit | 025f74ef93fadf1f2615789e4560ebf420bf3d6f (patch) | |
| tree | 64af81e6cfd64cfd22b370db496cf30f39c33303 /lib/scaffolding.less | |
| parent | e0b09867c23b421153f10235ec64d484bac6323d (diff) | |
| download | bootstrap-025f74ef93fadf1f2615789e4560ebf420bf3d6f.tar.xz bootstrap-025f74ef93fadf1f2615789e4560ebf420bf3d6f.zip | |
form bug fix with new baseline, updated docs to fix topbar bug, tweaks to scaffolding for buttons
Diffstat (limited to 'lib/scaffolding.less')
| -rw-r--r-- | lib/scaffolding.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/scaffolding.less b/lib/scaffolding.less index f279fe141..629c52e47 100644 --- a/lib/scaffolding.less +++ b/lib/scaffolding.less @@ -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, |
