diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index ed0cc804..7b72ecd3 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -418,8 +418,7 @@ table.maps thead { table.maps a:not(.icon-link) { text-decoration: underline; } -table.maps button.map-opener, -table.maps button.map-clone { +table.maps button.map-icon { padding: 0; border: none; background: transparent; diff --git a/umap/templates/umap/map_table.html b/umap/templates/umap/map_table.html index e8586c0d..b1aff48e 100644 --- a/umap/templates/umap/map_table.html +++ b/umap/templates/umap/map_table.html @@ -20,7 +20,7 @@