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/style.css | |
| parent | 3d825732760a610509a2c51f37461426a7a113b7 (diff) | |
use localStorage to show intro-task only until clicked
Also fix miscased scss filename.
Diffstat (limited to 'res/css/style.css')
| -rw-r--r-- | res/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/css/style.css b/res/css/style.css index 7678bb57..a27faa3d 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -392,7 +392,7 @@ input { color: #1D6E7F; border-top: 1px solid #8eb6bf; border-bottom: 1px solid #8eb6bf; - z-index: -1; } + z-index: 1; } .task-desc { position: fixed; |
