X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss diff --git a/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss b/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss index a63a8c2e..ffb2a2e7 100644 --- a/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss +++ b/resources/themes/stylesheets/ext4/default/widgets/_qtip.scss @@ -140,7 +140,8 @@ } .#{$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 { @@ -160,13 +161,4 @@ $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