From e89cf704ed36d3f1e9855bbb2ad70de2583d7144 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 23 Jan 2024 22:36:06 +0000 Subject: [PATCH] . --- rcr/templates/rcr/item_update.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rcr/templates/rcr/item_update.html b/rcr/templates/rcr/item_update.html index e6db2f57..0acd91b8 100644 --- a/rcr/templates/rcr/item_update.html +++ b/rcr/templates/rcr/item_update.html @@ -28,9 +28,10 @@ pre { white-space: pre-wrap; } - select option:checked { - color: white; + select option:checked { + color: white; + background-color: rgba(59, 59, 59, 0.8); -} + } {% endblock css %}