roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index 73850b1..d8a359c 100644 (file)
@@ -39183,7 +39183,9 @@ Roo.bootstrap.panel.Content = function( config){
         }else{
             var elcfg =  {
                 tag: "div",
-                cls: "roo-layout-inactive-content",
+                cls: (config.cls || '') +
+                    (config.background ? ' bg-' + config.background : '') +
+                    " roo-layout-inactive-content",
                 id: config.id||el
             };
             if (config.html) {