From 419e50e33974f7741c4e6b25772f2be65aa73240 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 23 Apr 2012 10:06:35 -0700 Subject: fix up buttons after recess property order --- less/buttons.less | 3 +++ 1 file changed, 3 insertions(+) (limited to 'less/buttons.less') 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); } -- cgit v1.2.3