From 802f35fc7448ba7385a1fc7d067a8870b6693bb4 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 11 Nov 2013 22:06:06 +0100 Subject: [PATCH] Override autocomplete color --- umap/static/umap/umap.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/umap/static/umap/umap.css b/umap/static/umap/umap.css index 5fb3f0d4..260011e9 100644 --- a/umap/static/umap/umap.css +++ b/umap/static/umap/umap.css @@ -230,6 +230,9 @@ a { font-size: 11px; font-style: italic; } +.darline-autocomplete li.on { + background-color: #79c1c0; +} /* **************************** */