From 41f5a51069d8e96c6155bc44c137b2949527f342 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 7 Nov 2023 19:09:37 +0100 Subject: [PATCH] Change background in pictograms list --- umap/static/umap/base.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index 5152f4ce..ec360dc5 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -530,9 +530,8 @@ i.info { height: 30px; line-height: 30px; cursor: pointer; - background-image: url('./img/icon-bg.png'); + background-color: #999; text-align: center; - box-shadow: 0 0 4px 0 black inset; margin-bottom: 5px; margin-right: 5px; }