From 0344a84543243eb4165b9ad3ae2beee91900deb0 Mon Sep 17 00:00:00 2001 From: Damian Wajer Date: Wed, 18 Jan 2023 18:08:49 +0100 Subject: [PATCH] [frio] Larger clickable area for batch actions --- view/theme/frio/css/style.css | 10 ++++------ view/theme/frio/templates/calendar/calendar.tpl | 2 +- view/theme/frio/templates/contact/entry.tpl | 16 ++++++++-------- .../frio/templates/settings/profile/index.tpl | 2 +- 4 files changed, 14 insertions(+), 16 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 3a137875b8..a7ee81b565 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2545,20 +2545,18 @@ ul.viewcontact_wrapper > li { } .contact-wrapper .contact-actions { display: flex; + position: relative; + margin: -8px -8px 0 0; } .contact-wrapper .contact-action-link, .contact-wrapper .contact-action-link:hover, .textcomplete-item .contact-wrapper .contact-action-link { - padding: 0 5px; color: $font_color_darker; border: 0; } .contact-wrapper .contact-action-link { - opacity: 0.1; - transition: all 0.25s ease-in-out; -} -ul li:hover .contact-wrapper .contact-action-link { - opacity: 0.8; + background-color: transparent; + opacity: 0.3; transition: all 0.25s ease-in-out; } ul li:hover .contact-wrapper .contact-action-link:hover { diff --git a/view/theme/frio/templates/calendar/calendar.tpl b/view/theme/frio/templates/calendar/calendar.tpl index f233866f0b..0872ce0c5c 100644 --- a/view/theme/frio/templates/calendar/calendar.tpl +++ b/view/theme/frio/templates/calendar/calendar.tpl @@ -17,7 +17,7 @@ {{* The dropdown to change the callendar view *}}