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 %}