From 6dc3181ed99a7b0bb7379ac20ed56375764e4b1b Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 10 Sep 2018 12:50:03 +0200 Subject: [PATCH] Fix umap alert close link CSS targeting --- umap/static/umap/base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index 4569f1cb..ab8fa7e1 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -805,13 +805,13 @@ input[type=hidden].blur + .button { .dark .umap-close-link:hover { background-color: #2e3436; } -.umap-alert .umap-close-link { +#umap-alert-container .umap-close-link { color: #fff; float: right; padding-right: 10px; } -.umap-alert .umap-close-icon { - background-position: -128px -90px; +#umap-alert-container .umap-close-icon { + background-position: -128px -93px; }