Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / resources / themes / stylesheets / ext4 / default / widgets / _qtip.scss
index a63a8c2..ffb2a2e 100644 (file)
     }
 
     .#{$prefix}form-invalid-tip-body {
-        background: theme-image($theme-name, 'form/exclamation.gif') 1px 1px no-repeat;
+        background: 1px 1px no-repeat;
+        background-image: theme-background-image($theme-name, 'form/exclamation.gif');
         padding-left: 22px;
 
         li {
         $background-gradient: $tip-background-gradient,
         $table: true
     );
-    
-    @include x-frame(
-        $cls: 'form-invalid-tip-header',
-        $ui: 'default',
-        $border-radius: $tip-error-border-radius,
-        $border-width: $tip-error-border-width,
-        $background-color: $tip-error-background-color,
-        $background-gradient: $tip-background-gradient
-    );
 }
\ No newline at end of file