You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
471 B
CSS

.text-snippets-cursor > * > textarea, .text-snippets-tabstops > * > textarea, .text-snippets-newline > * > textarea, .text-snippets-delimiter > * > textarea{
height: 30px;
padding-top: 2px;
padding-bottom: 0;
}
.text-snippets-class > * > textarea{
width:40em;
height: 100%;
}
.text-snippets-class > div > div {
}
.text-snippets-class > * {
height: 100%;
width: 60em;
}
.text-snippets-class {
height: 70%;
background-color:
}