js.ext.resources.css.theme-gray.dialog.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wf-web-front Show documentation
Show all versions of wf-web-front Show documentation
Java Web Frame: wf-web-front
/*!
* Ext JS Library 3.3.1
* Copyright(c) 2006-2010 Sencha Inc.
* [email protected]
* 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/gray/window/icon-info.gif);
}
.x-window-dlg .ext-mb-warning {
background-image:url(../images/gray/window/icon-warning.gif);
}
.x-window-dlg .ext-mb-question {
background-image:url(../images/gray/window/icon-question.gif);
}
.x-window-dlg .ext-mb-error {
background-image:url(../images/gray/window/icon-error.gif);
}