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/partials/task-alert.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'res/css/partials') diff --git a/res/css/partials/task-alert.scss b/res/css/partials/task-alert.scss index 211bc58f..504f008b 100644 --- a/res/css/partials/task-alert.scss +++ b/res/css/partials/task-alert.scss @@ -7,7 +7,6 @@ color: $darker-cyan; border-top: 1px solid $dark-cyan; border-bottom: 1px solid $dark-cyan; - z-index: -1; } .task-desc{ @@ -35,4 +34,4 @@ background: url(../img/close-alert-button.png); background-position: center; background-repeat: no-repeat; -} \ No newline at end of file +} -- cgit v1.3.1