Bug #22937 » rtehtmlarea_bugfix_14793_trunk.patch
typo3/sysext/t3skin/pngfix/class.tx_templatehook.php (copie de travail) | ||
---|---|---|
&& strpos($userAgent, 'MSIE 7') === false) {
|
||
//make sure we match IE6 but not Opera or IE7
|
||
$parent->loadJavascriptLib('sysext/t3skin/pngfix/iepngfix.js');
|
||
$params['pageRenderer']->addCssInlineBlock('iepngfix', ".t3-icon { behavior: url('" . $parent->backPath . 'sysext/t3skin/pngfix/iepngfix.php' . "\');");
|
||
$params['pageRenderer']->addCssInlineBlock('iepngfix', ".t3-icon, .htmlarea .toolbar .x-btn-text, .htmlarea-window .x-panel-icon { behavior: url('" . $parent->backPath . 'sysext/t3skin/pngfix/iepngfix.php' . "\');");
|
||
}
|
||
}
|
typo3/sysext/t3skin/rtehtmlarea/htmlarea.css (copie de travail) | ||
---|---|---|
padding: 0;
|
||
float: left;
|
||
}
|
||
/* fixing button border-color in IE6 */
|
||
* html .htmlarea .toolbar .button {
|
||
border-color: #EFEFF4;
|
||
}
|
||
.htmlarea .toolbar .x-btn-mc {
|
||
background-color: transparent;
|
||
background-image: none;
|
||
... | ... | |
padding: 0;
|
||
margin: 1px 0 1px 2px;
|
||
}
|
||
/* fixing button background-color and border-color in IE6 */
|
||
* html .htmlarea .toolbar .buttonHover,
|
||
.htmlarea .toolbar .buttonHover {
|
||
border-style: solid;
|
||
border-width: 1px;
|
||
... | ... | |
background-color: #E0E0E9;
|
||
opacity: 1.00;
|
||
}
|
||
/* fixing button background-color and border-color in IE6 */
|
||
* html .htmlarea .toolbar .buttonActive,
|
||
* html .htmlarea .toolbar .buttonPressed,
|
||
* html .htmlarea-context-menu .buttonActive,
|
||
.htmlarea .toolbar .buttonActive,
|
||
.htmlarea .toolbar .buttonPressed,
|
||
.htmlarea-context-menu .buttonActive {
|