15 lines
324 B
CSS
15 lines
324 B
CSS
/* Style for the header bar */
|
|
.vorgabe-toggle-header {
|
|
background-color: #eee;
|
|
border: 1px solid #ccc;
|
|
padding: 8px 12px;
|
|
margin: 12px 0 0 0;
|
|
font-weight: bold;
|
|
border-radius: 5px 5px 0 0;
|
|
}
|
|
|
|
/* Hide the content when collapsed */
|
|
.djn-dynamic-form-Standards-vorgabe.collapsed {
|
|
display: none;
|
|
}
|