From 66ca09ab3cc50c3de5d8aabfcfc0a5d0bc196bd2 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 7 Dec 2014 18:08:23 +0200 Subject: task-alert: make sure it is clickable so can't have z-index of -1 --- res/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index 103eac49..e1a4ceb1 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -592,8 +592,7 @@ input { background-color: #d3f2f8; color: #1d6e7f; border-top: 1px solid #8eb6bf; - border-bottom: 1px solid #8eb6bf; - z-index: -1; } + border-bottom: 1px solid #8eb6bf; } .task-desc { display: inline-block; -- cgit v1.3.1