13 lines
303 B
CSS
13 lines
303 B
CSS
/*!
|
|
* Ext JS Library 3.3.1
|
|
* Copyright(c) 2006-2010 Sencha Inc.
|
|
* licensing@sencha.com
|
|
* http://www.sencha.com/license
|
|
*/
|
|
.x-html-editor-wrap {
|
|
border-color:#a9bfd3;
|
|
background-color:#fff;
|
|
}
|
|
.x-html-editor-tb .x-btn-text {
|
|
background-image:url(../images/default/editor/tb-sprite.gif);
|
|
} |