#77 Gestion alchimie

This commit is contained in:
2021-01-07 20:04:10 +01:00
parent ec86c81fc8
commit f4dc42743a
11 changed files with 266 additions and 3 deletions

View File

@ -296,6 +296,12 @@ table {border: 1px solid #7a7971;}
padding: 0 3px;
}
.small-editor {
border: 2;
height: 150px;
padding: 0 3px;
}
.foundryvtt-reve-de-dragon .tox .tox-editor-container {
background: #fff;
}
@ -503,6 +509,14 @@ section.sheet-body:after {
color: rgba(255, 255, 255, 0.5);
}
.alchimie-tache {
font-weight: bold;
background: rgb(182, 180, 179);
border: 1px solid rgba(72, 46, 28, 1);
border-radius: 0.25rem;
color: rgba(212, 27, 27, 0.5);
}
.window-app.sheet .window-content .tooltip:hover .tooltiptext {
top: 2rem;
left: 2rem;