Roll window is now working for simple skills

This commit is contained in:
2020-05-27 21:09:37 +02:00
parent 1b794e5953
commit 59d2f9c6c2
5 changed files with 62 additions and 32 deletions

View File

@ -291,4 +291,23 @@
text-align: right;
}
.rdddialog {
width: 600px;
height: 400px;
}
.table-resolution-carac {
background-color: yellow;
}
.table-resolution-target {
font-weight: bold;
background-color: lightblue;
}
select {
font-family: "GoudyAcc", sans-serif;
}
button {
font-family: "GoudyAcc", sans-serif;
}