summaryrefslogtreecommitdiff
path: root/res/css
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-12-07 18:08:23 +0200
committerAlon Levy <alon@pobox.com>2014-12-07 22:09:21 +0200
commit66ca09ab3cc50c3de5d8aabfcfc0a5d0bc196bd2 (patch)
tree8ffa6b0b455f23926c5a2fba90445f43de6091a0 /res/css
parent4f7e100e5c6e6769176b13914e5375e57d04038c (diff)
task-alert: make sure it is clickable so can't have z-index of -1
Diffstat (limited to 'res/css')
-rw-r--r--res/css/partials/task-alert.scss3
-rw-r--r--res/css/style.css3
2 files changed, 2 insertions, 4 deletions
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
+}
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;