From 2ae855b82afee2127f4076493250e6c93623db9c Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 26 Apr 2022 20:52:50 +0100 Subject: [PATCH] . --- atlas/templates/atlas/collection_case_view_take.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/atlas/templates/atlas/collection_case_view_take.html b/atlas/templates/atlas/collection_case_view_take.html index 972879db..c7240fc9 100644 --- a/atlas/templates/atlas/collection_case_view_take.html +++ b/atlas/templates/atlas/collection_case_view_take.html @@ -107,6 +107,10 @@ .series-block:hover { background-color: darkblue; } + + fieldset:disabled textarea { + background-color: black; + } {% endblock %}