taler-merchant-demos

Python-based Frontends for the Demonstration Web site
Log | Files | Refs | Submodules | README | LICENSE

taler-fallback.css (583B)


      1 /* Fallback stylesheet.  Should be included in the document as follows:
      2  *
      3  * <link rel="stylesheet"
      4  *       href="taler-fallback.css"
      5  *       id="taler-presence-stylesheet />
      6  *
      7  * When either the taler-wallet-lib is included or the wallet is presence,
      8  * it will take over this stylesheet for presence detection.
      9  *
     10  * This fallback stylesheet makes sure that classes for presence detection
     11  * are displayed correctly, even if JavaScript is disabled and the wallet
     12  * is not present.
     13  */
     14 .taler-installed-show {
     15   display: none;
     16 }
     17 
     18 /*# sourceMappingURL=taler-fallback.css.map */