Roll window is now working for simple skills
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user