2016-10-25 21:13:43 +02:00
|
|
|
/**
|
|
|
|
* PrivateBin
|
|
|
|
*
|
|
|
|
* CSS file only loaded when no JavaScript available.
|
|
|
|
*
|
|
|
|
* @link https://github.com/PrivateBin/PrivateBin
|
|
|
|
* @copyright 2012 Sébastien SAUVAGE (sebsauvage.net)
|
|
|
|
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
2020-01-08 19:31:06 +01:00
|
|
|
* @version 1.3.2
|
2016-10-25 21:13:43 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
/* When there is no script at all other */
|
|
|
|
.noscript-hide {
|
|
|
|
display: none;
|
|
|
|
}
|