forked from public/foundryvtt-reve-de-dragon
Affichage des résultat de recherche
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
- Affichage des images et noms d'objets en ligne
|
- Affichage des images et noms d'objets en ligne
|
||||||
- affichage des compétences de créature sur une ligne
|
- affichage des compétences de créature sur une ligne
|
||||||
- Affichage des informations d'acteur sur une ligne dans l'astrologie
|
- Affichage des informations d'acteur sur une ligne dans l'astrologie
|
||||||
|
- Affichage des résultat de recherche
|
||||||
|
|
||||||
## 13.0.0 - Le début de l'errance d'Illysis
|
## 13.0.0 - Le début de l'errance d'Illysis
|
||||||
|
|
||||||
|
@ -1294,8 +1294,7 @@ select,
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
.system-foundryvtt-reve-de-dragon span.content-link,
|
.system-foundryvtt-reve-de-dragon .content-link {
|
||||||
.system-foundryvtt-reve-de-dragon a.content-link {
|
|
||||||
background: hsla(45, 100%, 80%, 0.2);
|
background: hsla(45, 100%, 80%, 0.2);
|
||||||
color: hsla(300, 70%, 20%, 0.8);
|
color: hsla(300, 70%, 20%, 0.8);
|
||||||
font-weight: 560;
|
font-weight: 560;
|
||||||
@ -1304,6 +1303,7 @@ select,
|
|||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
display: ruby;
|
||||||
}
|
}
|
||||||
.system-foundryvtt-reve-de-dragon a.roll-text i.fas {
|
.system-foundryvtt-reve-de-dragon a.roll-text i.fas {
|
||||||
color: var(--color-text-dark-inactive);
|
color: var(--color-text-dark-inactive);
|
||||||
|
@ -965,8 +965,7 @@
|
|||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.content-link,
|
.content-link {
|
||||||
a.content-link {
|
|
||||||
background: hsla(45, 100%, 80%, 0.2);
|
background: hsla(45, 100%, 80%, 0.2);
|
||||||
color: hsla(300, 70%, 20%, 0.8);
|
color: hsla(300, 70%, 20%, 0.8);
|
||||||
font-weight: 560;
|
font-weight: 560;
|
||||||
@ -975,6 +974,7 @@
|
|||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
|
display: ruby;
|
||||||
}
|
}
|
||||||
a.roll-text i.fas{
|
a.roll-text i.fas{
|
||||||
color: var(--color-text-dark-inactive);
|
color: var(--color-text-dark-inactive);
|
||||||
|
Reference in New Issue
Block a user