From f6f15c71e2aad05df2c45a83f5bc71a7bb075e99 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 8 Apr 2014 18:15:17 +0800 Subject: [PATCH] Roo/bootstrap/Button.js --- Roo/bootstrap/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index 9e1354c7f6..ec39e91c7b 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -140,7 +140,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { if (this.inverse) { - this.cls += ' inverse'; + this.cls += ' btn-inverse'; } -- 2.39.2