mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
xe_board, xe default editor skin의 black/white에 대해서 제대로 컬러셋이 적용되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4952 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
586fe1a7ba
commit
18ade28ca9
15 changed files with 47 additions and 39 deletions
|
|
@ -228,11 +228,14 @@ a.skipToolBox:active span{ width:auto; height:auto; padding:3px 15px; font-weigh
|
|||
.xeEditor .fileUploader{ clear:both; position:relative; padding-top:5px; *zoom:1; *margin-bottom:5px;}
|
||||
.commentEditor .xeEditor .fileUploader{ border-top:1px solid;}
|
||||
.xeEditor .fileUploader:after{ content:""; display:block; clear:both;}
|
||||
.xeEditor .fileUploader .preview{ float:left; width:64px; height:64px; border:1px solid; padding:2px; margin:0 10px 5px 0;}
|
||||
.xeEditor .fileUploader .preview{ float:left; width:64px; height:64px; border:1px solid; padding:2px; margin:0 10px 5px 10px;}
|
||||
.xeEditor .fileUploader .preview.black { background-color:#000; border:1px solid #666;}
|
||||
.xeEditor .fileUploader .preview img{ display:block; width:64px; height:64px;}
|
||||
.xeEditor .fileUploader .fileListArea{ float:left; width:260px; margin:0 10px 5px 0;}
|
||||
.xeEditor .fileUploader .fileListArea select{ width:100%; height:70px; overflow:auto;}
|
||||
.xeEditor .fileUploader .fileListArea select option{ font-size:11px;}
|
||||
.xeEditor .fileUploader .fileListArea.black select { background-color:#000; border:1px solid #666;}
|
||||
.xeEditor .fileUploader .fileListArea.black select option { color:#aaa; }
|
||||
.xeEditor .fileUploader .fileUploadControl{ clear:right;}
|
||||
.xeEditor .fileUploader .fileUploadControl .button{ margin-bottom:5px;}
|
||||
.xeEditor .fileUploader .file_attach_info{ clear:right; margin:5px 0;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue