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 | |
| 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')
| -rw-r--r-- | lib/forms.less | 2 | ||||
| -rw-r--r-- | lib/scaffolding.less | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lib/forms.less b/lib/forms.less index 275ada2ea..6052978c6 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -220,7 +220,7 @@ div.input-append { display: block; width: auto; min-width: 16px; - padding: 5px 4px 5px 5px; + padding: 4px 4px 4px 5px; color: @grayLight; font-weight: normal; line-height: 18px; 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, |
