From 45185b9236a5c161b791fb4dea160afc1a8613a7 Mon Sep 17 00:00:00 2001 From: reverend Date: Sun, 27 Sep 2020 17:13:15 +0200 Subject: [PATCH] Recent css --- django_lostplaces/lostplaces/static/main.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/django_lostplaces/lostplaces/static/main.css b/django_lostplaces/lostplaces/static/main.css index f6a7e64..c940834 100644 --- a/django_lostplaces/lostplaces/static/main.css +++ b/django_lostplaces/lostplaces/static/main.css @@ -1620,6 +1620,8 @@ body { top: 50%; left: 50%; transform: translate(-50%, -50%); } + .LP-ImageGrid__Item--add:hover .LP-Link { + background-color: #D7CEC7; } .LP-ImageGrid__DeleteItem { opacity: 0.7; visibility: hidden; @@ -1634,8 +1636,8 @@ body { height: 20px; width: 20px; position: relative; - left: 8.33333px; - top: 8.33333px; } + left: 7.8125px; + top: 7.8125px; } .LP-ImageGrid__Item > .LP-Link:hover + .LP-ImageGrid__DeleteItem, .LP-ImageGrid__DeleteItem:hover { visibility: visible; }