diff options
| author | Mark Otto <[email protected]> | 2012-04-23 10:06:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-23 10:06:35 -0700 |
| commit | 419e50e33974f7741c4e6b25772f2be65aa73240 (patch) | |
| tree | 012d45ef5b9ddc236c4875cef063f84487eb98a2 /less/buttons.less | |
| parent | 091a97c01c0dd9e725e42c6a1a6a19a74054d587 (diff) | |
| download | bootstrap-419e50e33974f7741c4e6b25772f2be65aa73240.tar.xz bootstrap-419e50e33974f7741c4e6b25772f2be65aa73240.zip | |
fix up buttons after recess property order
Diffstat (limited to 'less/buttons.less')
| -rw-r--r-- | less/buttons.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/buttons.less b/less/buttons.less index 7b85dc216..2b5f24499 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -131,6 +131,9 @@ // Set the backgrounds // ------------------------- +.btn { + border-color: #ccc; // reset here as of 2.0.3 due to Recess property order +} .btn-primary { .buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight); } |
