2022-04-11 15:45:49 +02:00
|
|
|
fieldset {
|
|
|
|
display: flex; flex-direction: row; padding: 0; border: none; margin: 0 0 .3rem .5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#display {
|
|
|
|
-webkit-user-select: all;
|
|
|
|
user-select: all;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
input, textarea {
|
|
|
|
background-color: var(--background-body);
|
2022-04-11 16:56:06 +02:00
|
|
|
color: var(--text-link)
|
2022-04-11 15:45:49 +02:00
|
|
|
}
|
2022-04-11 18:16:40 +02:00
|
|
|
|
|
|
|
#display {
|
|
|
|
white-space: pre; display: none; background: var(--background-body); padding: 1rem 0 1rem 1rem; margin-top: 1rem;
|
|
|
|
}
|