diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index ebe41c55a..7d30a5cca 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -438,3 +438,11 @@ thead div.sticky-header { #clean-url.install { display: none; } + +/* +** For anything you want to hide on page load when JS is enabled, so +** that you can use the JS to control visibility and avoid flicker. +*/ +html.js .js-hide { + display: none; +} |