demo :
- Spoiler:
- Spoiler:
- - ACP> Display> Colors & pics> Colors> Css
- copy và chèn vào cuối
- bấm nút submit :
- Code:
#textarea_content dl dt label{
display:none;
}
#quick_reply .frm-buttons{
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
background-color:#EEE;
border:solid 1px #CCC;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
border-top:0;
margin:0 auto;
padding:5px;
text-align:right;
}
#quick_reply #text_editor_controls{
margin-left:15px;
margin-top:162px;
position:absolute;
width:52%!important;
}
#quick_reply fieldset.frm-set dl dd{
border:solid 1px #CCC;
margin:0 auto;
background:white;
}
fieldset.frm-set dl dd{
margin-left:0;
}
#quick_reply #text_editor_textarea{
border:0;
font-size:1.2em;
width:100%;
max-height:136px;
max-width:894px;
}
#text_editor_controls{
margin:10px 20px;
}
#text_editor_controls button.button2, input.button2{
/*border-radius*/
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
background-image:none;
height:25px!important;
margin-left:-7px;
padding:4px 5px 4px 4px !important;
}
[spoiler]skin4fm