summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 03:19:40 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 03:19:40 +0200
commitf1c6ca2f3a1301891579a7a7806b453a22ccc5e6 (patch)
treed9180e4d423286ad70256a532404dc4ebe3c3696 /style.css
parent5560576f89c7362f51121cd9f6780657d8a36baf (diff)
prevent clicking without the user having said YES I AM SURE
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 01b2a59..40ec6f6 100644
--- a/style.css
+++ b/style.css
@@ -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;