mirror of
https://github.com/php/web-doc-editor.git
synced 2026-03-25 01:32:13 +01:00
14 lines
304 B
CSS
14 lines
304 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:#BCBCBC;
|
|
background-color:#fff;
|
|
}
|
|
.x-html-editor-tb .x-btn-text {
|
|
background-image:url(../images/default/editor/tb-sprite.gif);
|
|
}
|