mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
Improve file upload dialog #800
- 파일 첨부 버튼을 "사진 및 파일 첨부"로 변경 #800 - 파일 첨부 상자를 CKEditor 기본 스킨과 같은 색으로 변경 - 파일 첨부 상자의 border-radius를 제거하여 CKEditor와 통일성 유지
This commit is contained in:
parent
6a9c82284d
commit
280c94c9bd
6 changed files with 9 additions and 11 deletions
|
|
@ -7,15 +7,13 @@
|
|||
|
||||
.xefu-container {
|
||||
margin: 10px 0;
|
||||
border: 1px solid #d7d8d8;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #c4c4c4;
|
||||
}
|
||||
/* dropzone */
|
||||
.xefu-dropzone {
|
||||
padding: 12px;
|
||||
border: 1px solid #fafafa;
|
||||
background-color: #f7f7f7;
|
||||
border-radius: 3px;
|
||||
border: 0;
|
||||
background-color: #f5f6f6;
|
||||
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue