virt2/api/soft/fm/scripts/extjs3/resources/css/visual/dialog.css

34 lines
844 B
CSS
Raw Normal View History

/*!
* Ext JS Library 3.4.0
* Copyright(c) 2006-2011 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.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.gif);
}
.x-window-dlg .ext-mb-info {
background-image:url(../images/default/window/icon-info.gif);
}
.x-window-dlg .ext-mb-warning {
background-image:url(../images/default/window/icon-warning.gif);
}
.x-window-dlg .ext-mb-question {
background-image:url(../images/default/window/icon-question.gif);
}
.x-window-dlg .ext-mb-error {
background-image:url(../images/default/window/icon-error.gif);
}