mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
기본 에디터 스킨의 탭 이미지가 잘 나타나도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4813 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7afef3311a
commit
0f79814440
5 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
/* Editor Type Selector */
|
||||
.editorTypeSelector a,
|
||||
.editorTypeSelector a span{ background-image:url(../../../common/tpl/images/buttonBlack.gif); color:#fff;}
|
||||
.editorTypeSelector a span{ background-image:url(../images/buttonBlack.gif); color:#fff;}
|
||||
|
||||
/* Editor Container */
|
||||
.xeEditor{ border-color:#666;}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
/* Editor Type Selector */
|
||||
.editorTypeSelector a,
|
||||
.editorTypeSelector a span{ background-image:url(../../../common/tpl/images/buttonWhite.gif); color:#000;}
|
||||
.editorTypeSelector a span{ background-image:url(../images/buttonWhite.gif); color:#000;}
|
||||
|
||||
/* Editor Container */
|
||||
.xeEditor{ border-color:#ddd;}
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@
|
|||
<button type="button" class="exButton" title="{$lang->edit->extension}" onclick="showEditorExtension(event,{$editor_sequence})"><span>{$lang->edit->extension}</span></button>
|
||||
<ul id="editor_component_{$editor_sequence}">
|
||||
<!--@foreach($component_list as $component_name => $component)-->
|
||||
<!--@if(!in_array($component_name,array('colorpicker_bg','colorpicker_text','emoticon','image_gallery','image_link','multimedia_link','quotation','table_maker','url_link')))-->
|
||||
<!--@if(!in_array($component_name,array('colorpicker_bg','colorpicker_text','emoticon','image_link','multimedia_link','quotation','table_maker','url_link')))-->
|
||||
<li><button type="button" id="component_{$editor_sequence}_{$component_name}"><span><img src="../../components/{$component_name}/component_icon.gif" alt="" /> {$component->title}</span></button></li>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
|
|
|||
BIN
modules/editor/skins/default/images/buttonBlack.gif
Normal file
BIN
modules/editor/skins/default/images/buttonBlack.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.3 KiB |
BIN
modules/editor/skins/default/images/buttonWhite.gif
Normal file
BIN
modules/editor/skins/default/images/buttonWhite.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2 KiB |
Loading…
Add table
Add a link
Reference in a new issue