ZB 1.1.0 Front-end Refactoring. Forum.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4796 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2008-11-07 10:56:38 +00:00
parent 699b278938
commit 8ba9b9aa93
5 changed files with 7 additions and 31 deletions

View file

@ -5,19 +5,7 @@
/* Editor Type Selector */
.editorTypeSelector a,
.editorTypeSelector a span{ background-color:#eee; background-image:url(../images/white/tabCorner.gif);}
/* Editor Type Selector - Hover */
.editorTypeSelector a:hover,
.editorTypeSelector a:active,
.editorTypeSelector a:focus,
.editorTypeSelector a:hover span,
.editorTypeSelector a:active span,
.editorTypeSelector a:focus span{ background-color:#e8e8e8;}
/* Editor Type Selector - Active */
.editorTypeSelector li.active a,
.editorTypeSelector li.active a span{ background-color:#ddd;}
.editorTypeSelector a span{ background-image:url(../../../common/tpl/images/buttonWhite.gif);}
/* Editor Container */
.xeEditor{ border-color:#ddd;}