SillaAMP_V2/staticfiles/admin/css/custom_admin.css

18 lines
410 B
CSS
Raw Normal View History

/* "Currently:" 텍스트 숨기기 */
.field-사진 .help {
display: none !important;
}
/* 사진 필드 스타일링 */
.field-사진 input[type="file"] {
border: 1px solid #ccc;
padding: 8px;
border-radius: 4px;
background-color: #f9f9f9;
}
/* 사진 미리보기 스타일링 */
.field-사진미리보기 img {
border: 1px solid #ddd;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}