forked from public/foundryvtt-reve-de-dragon
Checkbox et regles d'appel au moral
This commit is contained in:
@ -812,6 +812,22 @@ ul, li {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.diffAppelAuMoral {
|
||||
display: none !important;
|
||||
}
|
||||
.diffAppelAuMoral-checker{
|
||||
display: inline-block;
|
||||
background-image: url('../icons/moral-neutre.svg');
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-size: cover;
|
||||
}
|
||||
.diffAppelAuMoral:checked + .diffAppelAuMoral-checker {
|
||||
background-image: url('../icons/moral-heureux.svg');
|
||||
}
|
||||
|
||||
|
||||
/* ======================================== */
|
||||
/* Fatigue CSS */
|
||||
.table-fatigue {
|
||||
@ -1391,4 +1407,4 @@ display: inline-flex;
|
||||
content : url(img/logo.png);
|
||||
width: 80px;
|
||||
height: 68px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user