summaryrefslogtreecommitdiff
path: root/talermerchantdemos/survey/static/taler-fallback.css
diff options
context:
space:
mode:
Diffstat (limited to 'talermerchantdemos/survey/static/taler-fallback.css')
-rw-r--r--talermerchantdemos/survey/static/taler-fallback.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/talermerchantdemos/survey/static/taler-fallback.css b/talermerchantdemos/survey/static/taler-fallback.css
new file mode 100644
index 0000000..e403d71
--- /dev/null
+++ b/talermerchantdemos/survey/static/taler-fallback.css
@@ -0,0 +1,15 @@
+/* Fallback stylesheet. Should be included in the document as follows:
+ *
+ * <link rel="stylesheet"
+ * href="taler-fallback.css"
+ * id="taler-presence-stylesheet />
+ *
+ * When either the taler-wallet-lib is included or the wallet is presence,
+ * it will take over this stylesheet for presence detection.
+ *
+ * This fallback stylesheet makes sure that classes for presence detection
+ * are displayed correctly, even if JavaScript is disabled and the wallet
+ * is not present.
+ */
+
+.taler-installed-show { display: none; }