From c190c2b82e5cc1afc79ddb0950deebcf1b278564 Mon Sep 17 00:00:00 2001 From: Ian Merryweather Date: Tue, 6 Sep 2022 15:52:11 +0100 Subject: [PATCH] fix: Ensures non-repeating selects have the right background color - Adds all selects to the CSS rule defining the background color - Updates custom ability repeating field to display Special Ability instead of Custom as per the title of the repeating fields --- D&D_BECM/BDnDSheet.css | 3 ++- D&D_BECM/BDnDSheet.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/D&D_BECM/BDnDSheet.css b/D&D_BECM/BDnDSheet.css index 101cf58ea4..dff302a50b 100644 --- a/D&D_BECM/BDnDSheet.css +++ b/D&D_BECM/BDnDSheet.css @@ -755,7 +755,8 @@ select { .repitem [type="number"], .repitem [type="text"], -.repitem select { +.repitem select, +select { background-color: var(--textarea-background); } diff --git a/D&D_BECM/BDnDSheet.html b/D&D_BECM/BDnDSheet.html index caaf7ff340..55e805e391 100644 --- a/D&D_BECM/BDnDSheet.html +++ b/D&D_BECM/BDnDSheet.html @@ -760,10 +760,10 @@
- +
- +