summaryrefslogtreecommitdiff
path: root/talermerchantdemos/static/taler-fallback.css
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-04-20 17:15:32 +0200
committerFlorian Dold <florian@dold.me>2021-04-20 17:15:32 +0200
commit953046e4cb483b8c084d9eb14f2187c9ecaa5533 (patch)
tree07a3ca72b83394144038813022d16690a7dd4e3c /talermerchantdemos/static/taler-fallback.css
parent3726c316e7f1ab13c65ecf92e9dabc7235e67356 (diff)
downloadtaler-merchant-demos-953046e4cb483b8c084d9eb14f2187c9ecaa5533.tar.gz
taler-merchant-demos-953046e4cb483b8c084d9eb14f2187c9ecaa5533.tar.bz2
taler-merchant-demos-953046e4cb483b8c084d9eb14f2187c9ecaa5533.zip
css
Diffstat (limited to 'talermerchantdemos/static/taler-fallback.css')
-rw-r--r--talermerchantdemos/static/taler-fallback.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/talermerchantdemos/static/taler-fallback.css b/talermerchantdemos/static/taler-fallback.css
new file mode 100644
index 0000000..ec91905
--- /dev/null
+++ b/talermerchantdemos/static/taler-fallback.css
@@ -0,0 +1,17 @@
+/* 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; }
+
+/*# sourceMappingURL=taler-fallback.css.map */