PHP Classes

File: web/bundles/extjs/resources/theme-bootstrap/theme/stylesheets/bootstrap/default/util/_messagebox.scss

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/bundles/extjs/resources/theme-bootstrap/theme/stylesheets/bootstrap/default/util/_messagebox.scss   Download  
File: web/bundles/extjs/resources/theme-bootstrap/theme/stylesheets/bootstrap/default/util/_messagebox.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 1,207 bytes
 

Contents

Class file image Download
@mixin extjs-messagebox { .#{$prefix}message-box .#{$prefix}window-body { background-color: $window-background-color; border: none; } .#{$prefix}message-box .#{$prefix}progress-wrap { margin-top: 4px; } .#{$prefix}message-box-icon { width: 47px; height: 32px; } .#{$prefix}message-box-info, .#{$prefix}message-box-warning, .#{$prefix}message-box-question, .#{$prefix}message-box-error { background: transparent no-repeat top left; } .#{$prefix}message-box .#{$prefix}msg-box-wait { background-image: theme-background-image($theme-name, 'shared/blue-loading.gif'); } .#{$prefix}message-box-info { background-image: theme-background-image($theme-name, 'shared/icon-info.gif'); } .#{$prefix}message-box-warning { background-image: theme-background-image($theme-name, 'shared/icon-warning.gif'); } .#{$prefix}message-box-question { background-image: theme-background-image($theme-name, 'shared/icon-question.gif'); } .#{$prefix}message-box-error { background-image: theme-background-image($theme-name, 'shared/icon-error.gif'); } }