Bug #22151 ยป rtehtmlarea_bugfix_13599_trunk.patch
typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea.css (copie de travail) | ||
---|---|---|
background-color:transparent;
|
||
background-repeat:no-repeat;
|
||
background-position:0px 0px;
|
||
padding-bottom:0;
|
||
margin-bottom:0;
|
||
}
|
||
.htmlarea-context-menu .separator {
|
||
border-top:1px solid #A2AAB8;
|
||
... | ... | |
background-image:url('alt_menu_mainitem_bg.gif');
|
||
background-repeat: repeat-x;
|
||
color:#fff;
|
||
padding-bottom:0;margin-bottom:0;
|
||
padding-bottom:0;
|
||
margin-bottom:0;
|
||
border-color:#A2AAB8;
|
||
}
|
typo3/sysext/t3skin/rtehtmlarea/htmlarea.css (copie de travail) | ||
---|---|---|
background-color:transparent;
|
||
background-repeat:no-repeat;
|
||
background-position:0px 0px;
|
||
padding-bottom:0;
|
||
margin-bottom:0;
|
||
}
|
||
.htmlarea-context-menu .separator {
|
||
border-top:1px solid #A2AAB8;
|
||
... | ... | |
background-image:url('alt_menu_mainitem_bg.gif');
|
||
background-repeat: repeat-x;
|
||
color:#fff;
|
||
padding-bottom:0;margin-bottom:0;
|
||
padding-bottom:0;
|
||
margin-bottom:0;
|
||
border-color:#A2AAB8;
|
||
}
|