From 40f179fe4849def5d25b3fc69916a12b38c7b07b Mon Sep 17 00:00:00 2001 From: Julius Haertl Date: Thu, 19 Jan 2017 11:53:22 +0100 Subject: [PATCH] Fix popovermenu on master --- css/style.css | 5 +++++ templates/part.board.mainView.php | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 13bfd5687..6fc041834 100644 --- a/css/style.css +++ b/css/style.css @@ -253,6 +253,11 @@ z-index: 999; opacity: 1; margin-left: 10px; + display: block; +} + +.card .popovermenu.hidden { + display: none; } .card .card-assignees { diff --git a/templates/part.board.mainView.php b/templates/part.board.mainView.php index df3c08dbb..351a620c0 100644 --- a/templates/part.board.mainView.php +++ b/templates/part.board.mainView.php @@ -102,7 +102,8 @@ + style="color:{{ boardservice.getCurrent().color | textColorFilter }}; border-color:{{ boardservice.getCurrent().color | textColorFilter }};" + required placeholder="t('Enter a card title')); ?>"/>