summaryrefslogtreecommitdiff
path: root/talermerchantdemos/survey/static/taler-fallback.css
blob: e403d71d51e395b00215c80075b39ac4012ce52a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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; }