mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
기본 에디터 스킨의 입력부분을 투명이 적용되도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3314 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
83000701aa
commit
9f3e4bed66
3 changed files with 3 additions and 3 deletions
|
|
@ -144,7 +144,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<!-- 에디터 출력 -->
|
||||
<div class="editor_iframe_box"><iframe id="editor_iframe_{$editor_sequence}" frameborder="0" height="{$editor_height}" style="background-color:transparent;"></iframe></div>
|
||||
<div class="editor_iframe_box"><iframe id="editor_iframe_{$editor_sequence}" frameborder="0" height="{$editor_height}" style="background-color:transparent;" allowTransparency="true"></iframe></div>
|
||||
<textarea id="editor_textarea_{$editor_sequence}" class="editor_iframe_textarea" style="display:none; height:{$editor_height}" rows="10" cols="10"></textarea>
|
||||
|
||||
<!-- 에디터 크기 조절 bar -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue