From 1d094124c33b5a1700e8829f6993d955c823b5d6 Mon Sep 17 00:00:00 2001 From: nesuprachy <64099419+nesuprachy@users.noreply.github.com> Date: Wed, 24 Jan 2024 18:35:42 +0100 Subject: [PATCH 1/2] Profession hover highlight fix --- Draci doupe II/DrD2.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Draci doupe II/DrD2.css b/Draci doupe II/DrD2.css index dcefc3b13b57..50144fd92389 100644 --- a/Draci doupe II/DrD2.css +++ b/Draci doupe II/DrD2.css @@ -884,8 +884,8 @@ input[name="attr_companion_bond_current"] { align-items: center; color: #0007; } -.drd-row:hover, -.drd-ordered:hover { +.drd-pc-character-block4 .drd-row:hover, +.drd-pc-character-block4 .drd-ordered:hover { color: #9b3f2b; } .ui-dialog .charsheet .drd-row input.drd-profession-level { @@ -1543,8 +1543,8 @@ body.sheet-darkmode .ui-dialog .charsheet input[name="attr_companion_bond_curren body.sheet-darkmode .drd-row { color: #ddd7; } -body.sheet-darkmode .drd-row:hover, -body.sheet-darkmode .drd-ordered:hover { +body.sheet-darkmode .drd-pc-character-block4 .drd-row:hover, +body.sheet-darkmode .drd-pc-character-block4 .drd-ordered:hover { color: #9b3f2b; } body.sheet-darkmode .drd-ordered { From 461dc765a9ffe03379cd72e067125f1b722eefc0 Mon Sep 17 00:00:00 2001 From: nesuprachy <64099419+nesuprachy@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:28:33 +0100 Subject: [PATCH 2/2] Missed a line --- Draci doupe II/DrD2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Draci doupe II/DrD2.css b/Draci doupe II/DrD2.css index 50144fd92389..c7986a975bd0 100644 --- a/Draci doupe II/DrD2.css +++ b/Draci doupe II/DrD2.css @@ -897,7 +897,7 @@ input[name="attr_companion_bond_current"] { justify-self: center; align-self: center; } -.drd-ordered { +.drd-pc-character-block4 .drd-ordered { order: 1; font-weight: bold; font-style: normal;