dialog_wev8.css
834 Bytes
/*!
* Ext JS Library 3.0.0
* Copyright(c) 2006-2009 Ext JS, LLC
* licensing@extjs.com
* http://www.extjs.com/license
*/
.x-window-dlg .ext-mb-text,
.x-window-dlg .x-window-header-text {
font-size:12px;
}
.x-window-dlg .ext-mb-textarea {
font:normal 12px tahoma,arial,helvetica,sans-serif;
}
.x-window-dlg .x-msg-box-wait {
background-image:url(../images/default/grid/loading_wev8.gif);
}
.x-window-dlg .ext-mb-info {
background-image:url(../images/default/window/icon-info_wev8.gif);
}
.x-window-dlg .ext-mb-warning {
background-image:url(../images/default/window/icon-warning_wev8.gif);
}
.x-window-dlg .ext-mb-question {
background-image:url(../images/default/window/icon-question_wev8.gif);
}
.x-window-dlg .ext-mb-error {
background-image:url(../images/default/window/icon-error_wev8.gif);
}