Bug #22630 » rtehtmlarea_bugfix_14360_trunk_follow_up.patch
typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea.css (copie de travail) | ||
---|---|---|
font:10px Tahoma,Verdana,sans-serif;
|
||
height:18px;
|
||
border:1px solid #A2AAB8;
|
||
margin:0 0 3px 0;padding:1px;
|
||
margin: 0 0 4px 0;
|
||
padding: 1px;
|
||
}
|
||
.htmlarea .toolbar .select, .htmlarea .toolbar .select:hover, .htmlarea .toolbar .select:active {
|
||
background-color:#fff;color:ButtonText;
|
typo3/sysext/t3skin/rtehtmlarea/htmlarea.css (copie de travail) | ||
---|---|---|
font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
|
||
height:18px;
|
||
border:1px solid #A2AAB8;
|
||
margin:0 0 3px 0;padding:1px;
|
||
margin: 0 0 4px 0;
|
||
padding: 1px;
|
||
}
|
||
.htmlarea .toolbar .select, .htmlarea .toolbar .select:hover, .htmlarea .toolbar .select:active {
|
||
background-color:Window;
|