diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-01 22:33:31 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-01 22:33:36 +0200 |
| commit | bb627660a9cf0ce17375d3cdfc01274d2e559ba7 (patch) | |
| tree | 447aaf622e831a4c90aeaeae70f83e5427d2c0b3 /res/css/partials | |
| parent | 3d825732760a610509a2c51f37461426a7a113b7 (diff) | |
use localStorage to show intro-task only until clicked
Also fix miscased scss filename.
Diffstat (limited to 'res/css/partials')
| -rw-r--r-- | res/css/partials/task-alert.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/css/partials/task-alert.scss b/res/css/partials/task-alert.scss index bd8ef12e..b10d4805 100644 --- a/res/css/partials/task-alert.scss +++ b/res/css/partials/task-alert.scss @@ -6,7 +6,7 @@ color: $darker-cyan; border-top: 1px solid $dark-cyan; border-bottom: 1px solid $dark-cyan; - z-index: -1; + z-index: 1; } .task-desc{ |
