diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-07 03:19:40 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-07 03:19:40 +0200 |
commit | f1c6ca2f3a1301891579a7a7806b453a22ccc5e6 (patch) | |
tree | d9180e4d423286ad70256a532404dc4ebe3c3696 | |
parent | 5560576f89c7362f51121cd9f6780657d8a36baf (diff) |
prevent clicking without the user having said YES I AM SURE
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -70,6 +70,10 @@ h2 { | |||
70 | transition: visibility 0s linear 0.5s, display 0s linear 0.5s; | 70 | transition: visibility 0s linear 0.5s, display 0s linear 0.5s; |
71 | } | 71 | } |
72 | 72 | ||
73 | .wrapper.step1 .block-header { | ||
74 | pointer-events: none; | ||
75 | } | ||
76 | |||
73 | .hint { | 77 | .hint { |
74 | font-style: italic; | 78 | font-style: italic; |
75 | font-weight: 300; | 79 | font-weight: 300; |