}
.#{$prefix}message-box .#{$prefix}msg-box-wait {
- background-image: theme-image($theme-name, 'shared/blue-loading.gif');
+ background-image: theme-background-image($theme-name, 'shared/blue-loading.gif');
}
.#{$prefix}message-box .ext-mb-info {
- background-image: theme-image($theme-name, 'shared/icon-info.gif');
+ background-image: theme-background-image($theme-name, 'shared/icon-info.gif');
}
.#{$prefix}message-box .ext-mb-warning {
- background-image: theme-image($theme-name, 'shared/icon-warning.gif');
+ background-image: theme-background-image($theme-name, 'shared/icon-warning.gif');
}
.#{$prefix}message-box .ext-mb-question {
- background-image: theme-image($theme-name, 'shared/icon-question.gif');
+ background-image: theme-background-image($theme-name, 'shared/icon-question.gif');
}
.#{$prefix}message-box .ext-mb-error {
- background-image: theme-image($theme-name, 'shared/icon-error.gif');
+ background-image: theme-background-image($theme-name, 'shared/icon-error.gif');
}
}
\ No newline at end of file