ZB 1.1.0 Front-end Refactoring. ing.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4786 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2008-11-07 02:48:45 +00:00
parent 6ffc79c673
commit be293caefc
7 changed files with 31 additions and 33 deletions

View file

@ -24,13 +24,14 @@
/* Tool Box */
.toolBox{ background-color:#666; background-image:url(../images/black/buttonSetBg.gif);}
.toolBox .item li button{ background-color:transparent; background-image:url(../images/black/buttonSet.gif);}
.toolBox .item li button{ background-color:transparent; background-image:url(../images/black/buttonSet.gif); opacity:.7; filter:alpha(opacity=70);}
.toolBox .extension2 .exButton{ background-color:transparent; background-image:url(../images/black/buttonSet.gif);}
.toolBox .extension2 .exButton{ background-color:transparent; background-image:url(../images/black/buttonSet.gif); opacity:.7; filter:alpha(opacity=70);}
.toolBox .extension2 ul { background:#fafafa; border-color:#9f9f9f;}
.toolBox .extension2 li button span{ color:#333;}
.toolBox .editorHelp .helpButton{ background-color:transparent; background-image:url(../images/black/buttonSet.gif);}
.toolBox ul.helpList{ background:#fafafa; border-color:#9f9f9f;}
.toolBox .editorHelp .helpButton{ background-color:transparent; background-image:url(../images/black/buttonSet.gif); opacity:.7; filter:alpha(opacity=70);}
.toolBox ul.helpList{ background:#333; border-color:#666;}
/* ToolBox Button Default */
@ -42,7 +43,6 @@
/* Editor */
.xeEditor .richEditor,
.xeEditor .richEditor html body,
.xeEditor .htmlEditor{ background:#000; color:#fff;}
/* Editor Resize Bar */