미디어위키:Gadget-MetadataEditor.css: 두 판 사이의 차이
보이기
잔글편집 요약 없음 |
잔글 Senouis님이 미디어위키:Gadget-JSONEditor.css 문서를 넘겨주기를 만들지 않고 미디어위키:Gadget-MetadataEditor.css 문서로 이동했습니다: 이름 변경 |
||
(같은 사용자의 중간 판 3개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
# | #jsoneditor-container { | ||
width: 100%; | width: 100%; | ||
height: | height: 400px; | ||
margin-right: 10px; | margin-right: 10px; | ||
overflow-y: scroll; | overflow-y: scroll; | ||
} | } | ||
26번째 줄: | 19번째 줄: | ||
background-color: #eeffee; | background-color: #eeffee; | ||
border-radius: 0.4rem; | border-radius: 0.4rem; | ||
} | |||
.sr-only { | |||
position:relative; | |||
} | } |
2025년 1월 29일 (수) 16:59 기준 최신판
#jsoneditor-container {
width: 100%;
height: 400px;
margin-right: 10px;
overflow-y: scroll;
}
.jsoneditor-field {
background-color: yellow;
}
.je-header > span {
font-size: 24px;
text-align: center;
font-weight: bold;
}
.je-indented-panel {
background-color: #eeffee;
border-radius: 0.4rem;
}
.sr-only {
position:relative;
}