Feature #22313 ยป rtehtmlarea_feature_13888.patch
typo3/sysext/rtehtmlarea/htmlarea/skins/default/htmlarea.css (copie de travail) | ||
---|---|---|
/* Selectors for the htmlArea RTE editor */
|
||
.htmlarea {
|
||
background-color:#fff;
|
||
margin:0 2px 0 0;padding:0;
|
||
margin: 2px;
|
||
padding: 0;
|
||
}
|
||
.pleasewait {
|
||
position:relative;
|
||
... | ... | |
}
|
||
/* Selectors for the editor toolbar */
|
||
.htmlarea .toolbar {
|
||
background-color:#E4E0DB;cursor:default;
|
||
border:1px solid #E4E0DB;
|
||
border-bottom:0px;
|
||
margin:0;
|
||
padding:2px 0px;
|
||
background-color: #E4E0DB;
|
||
cursor: default;
|
||
border: 1px solid #A2AAB8;
|
||
border-bottom: 0;
|
||
margin: 0;
|
||
padding: 2px;
|
||
font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
|
||
}
|
||
.htmlarea .toolbar .tb-group {
|
typo3/sysext/t3skin/rtehtmlarea/htmlarea.css (copie de travail) | ||
---|---|---|
/* Selectors for the htmlArea RTE editor */
|
||
.htmlarea {
|
||
background-color:#EFEFF4;
|
||
margin:0 2px 0 0;padding:0;
|
||
margin: 0 2px 0 0;
|
||
padding: 0;
|
||
}
|
||
.pleasewait {
|
||
position:relative;
|
||
... | ... | |
}
|
||
/* Selectors for the editor toolbar */
|
||
.htmlarea .toolbar {
|
||
background-color:#EFEFF4;cursor:default;
|
||
border:1px solid #EFEFF4;
|
||
border-bottom:0px;
|
||
margin:0;
|
||
padding:2px 0px;
|
||
background-color: #EFEFF4;
|
||
cursor: default;
|
||
border: 1px solid #A2AAB8;
|
||
border-bottom: 0;
|
||
margin: 0;
|
||
padding: 2px;
|
||
font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
|
||
}
|
||
.htmlarea .toolbar .tb-group {
|