Task #28772 » 0001-TASK-Replace-extjs-message-icons-from-16x16-to-32x32.patch
typo3/sysext/t3skin/extjs/xtheme-t3skin.css | ||
---|---|---|
}
|
||
.x-window-dlg .ext-mb-info {
|
||
background-image:url(images/window/icon-info.gif);
|
||
background-image:url(images/window/icon-info-big.png);
|
||
}
|
||
.x-window-dlg .ext-mb-warning {
|
||
background-image:url(images/window/icon-warning.gif);
|
||
background-image:url(images/window/icon-warning-big.png);
|
||
}
|
||
.x-window-dlg .ext-mb-question {
|
||
background-image:url(images/window/icon-question.gif);
|
||
background-image:url(images/window/icon-question-big.png);
|
||
}
|
||
.x-window-dlg .ext-mb-error {
|
||
background-image:url(images/window/icon-error.gif);
|
||
background-image:url(images/window/icon-error-big.png);
|
||
}
|
||
/*ADDONS*/
|