2020-07-04 00:45:18 +02:00
|
|
|
.indextextarea {
|
2020-08-05 17:55:51 +00:00
|
|
|
background-color: #c2c2c2;
|
|
|
|
border-radius: 5px;
|
2020-07-04 00:45:18 +02:00
|
|
|
|
2020-08-05 17:55:51 +00:00
|
|
|
margin-top: 15px;
|
|
|
|
max-height: 300px;
|
2020-07-04 00:45:18 +02:00
|
|
|
|
|
|
|
min-height: 100px;
|
2020-08-05 17:55:51 +00:00
|
|
|
overflow-x: auto;
|
|
|
|
overflow-y: scroll;
|
|
|
|
padding: 10px;
|
2020-10-21 19:14:45 +00:00
|
|
|
width: 40%;
|
2020-07-08 19:33:23 +02:00
|
|
|
}
|