forked from public/foundryvtt-reve-de-dragon
Amélioration de la recherche dans un milieu
- gestion correcte de la case - recherche insensitive - correction de la liste des milieux à ajouter dans la feuille - si aucun milieu ne correspond à la recherche, affiche la liste des milieux disponibles
This commit is contained in:
@ -873,6 +873,20 @@ ul, li {
|
||||
.alterne-list > .list-item:nth-child(odd) {
|
||||
background: rgb(160, 130, 100, 0.05);
|
||||
}
|
||||
|
||||
ul.chat-list {
|
||||
margin-left: 0.8rem;
|
||||
list-style: inside;
|
||||
}
|
||||
ul.chat-list li:nth-child(even) {
|
||||
background: rgba(80, 60, 0, 0.10);
|
||||
list-style-type: disc;
|
||||
}
|
||||
ul.chat-list li:nth-child(odd) {
|
||||
background: rgb(160, 130, 100, 0.05);
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.xp-level-up {
|
||||
margin: 0.1rem;
|
||||
box-shadow: inset 0px 0px 1px #00000096;
|
||||
|
Reference in New Issue
Block a user