From 4d580402440c3e9be7749dbfc66cffdcaf6cf1ac Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Tue, 10 Jun 2025 00:55:25 +0200 Subject: [PATCH] =?UTF-8?q?Affichage=20des=20r=C3=A9sultat=20de=20recherch?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 2 +- css/foundryvtt-reve-de-dragon.css | 4 ++-- less/foundryvtt-reve-de-dragon.less | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index ef7db3b1..5a29a792 100644 --- a/changelog.md +++ b/changelog.md @@ -8,7 +8,7 @@ - Affichage des images et noms d'objets en ligne - affichage des compétences de créature sur une ligne - 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 diff --git a/css/foundryvtt-reve-de-dragon.css b/css/foundryvtt-reve-de-dragon.css index 3c75b09d..41447396 100644 --- a/css/foundryvtt-reve-de-dragon.css +++ b/css/foundryvtt-reve-de-dragon.css @@ -1294,8 +1294,7 @@ select, white-space: nowrap; word-break: break-all; } -.system-foundryvtt-reve-de-dragon span.content-link, -.system-foundryvtt-reve-de-dragon a.content-link { +.system-foundryvtt-reve-de-dragon .content-link { background: hsla(45, 100%, 80%, 0.2); color: hsla(300, 70%, 20%, 0.8); font-weight: 560; @@ -1304,6 +1303,7 @@ select, border-radius: 0.25rem; white-space: nowrap; word-break: break-all; + display: ruby; } .system-foundryvtt-reve-de-dragon a.roll-text i.fas { color: var(--color-text-dark-inactive); diff --git a/less/foundryvtt-reve-de-dragon.less b/less/foundryvtt-reve-de-dragon.less index 781a38cb..31674dd9 100644 --- a/less/foundryvtt-reve-de-dragon.less +++ b/less/foundryvtt-reve-de-dragon.less @@ -965,8 +965,7 @@ word-break: break-all; } - span.content-link, - a.content-link { + .content-link { background: hsla(45, 100%, 80%, 0.2); color: hsla(300, 70%, 20%, 0.8); font-weight: 560; @@ -975,6 +974,7 @@ border-radius: 0.25rem; white-space: nowrap; word-break: break-all; + display: ruby; } a.roll-text i.fas{ color: var(--color-text-dark-inactive);