From 245d3c74128e8343fb1c2f4e3e745e484eeea892 Mon Sep 17 00:00:00 2001 From: Zakarik Date: Thu, 28 Oct 2021 00:03:30 +0200 Subject: [PATCH] [Knight] Bugfix CSS --- Knight/knight.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Knight/knight.css b/Knight/knight.css index 58b5d2a359..06342fe9a2 100644 --- a/Knight/knight.css +++ b/Knight/knight.css @@ -32046,6 +32046,9 @@ div.charsheet > div.content div.tabIA div.atoutHandicap .repitem input[type=text div.charsheet > div.content div.tabIA div.atoutHandicap .repitem div.autoex { border-top: 1px solid RGB(93, 111, 179); } +div.charsheet > div.content div.tabIA div.atoutHandicap .repitem:not(:first-of-type) input[type=text] { + border-top: 5px double RGB(93, 111, 179); +} div.charsheet > div.content div.tabIA div.caractere { flex-wrap: wrap; width: 100%;