summaryrefslogtreecommitdiff
path: root/talermerchantdemos/survey/static/taler-fallback.css
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-07-22 16:33:54 +0200
committerMS <ms@taler.net>2020-07-22 16:33:54 +0200
commit4816fa981f672f302a009af66a77c444c8e4b660 (patch)
tree1075990fcbcf17b0b9190793eab3db04c13fd121 /talermerchantdemos/survey/static/taler-fallback.css
parent3ca29bf465d0419c0915924910b4e81a73ec8cef (diff)
downloadtaler-merchant-demos-4816fa981f672f302a009af66a77c444c8e4b660.tar.gz
taler-merchant-demos-4816fa981f672f302a009af66a77c444c8e4b660.tar.bz2
taler-merchant-demos-4816fa981f672f302a009af66a77c444c8e4b660.zip
Installing Survey
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; }