Mercurial > libervia-templates
annotate sat_templates/templates/bulma/static/styles_noscript.css @ 355:ff67c700405e
remove websocket legacy code:
It is not needed anymore as websocket are not handled with Brython
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 30 Mar 2023 17:00:45 +0200 |
parents | b7e5ce6bc82d |
children |
rev | line source |
---|---|
295 | 1 |
2 #loading_screen { | |
3 /* Loading screen doesn't make sense without JS, and must never be displayed */ | |
4 display: none; | |
5 } | |
6 | |
230 | 7 /********** |
8 * Panels * | |
9 **********/ | |
10 | |
11 /* drawer needs to be opened to have the content visible */ | |
12 .panel-drawer { | |
13 max-height: none; | |
14 opacity: 1; | |
15 } | |
318
b7e5ce6bc82d
CSS (noscript): new `nojs_hide` class to hide an element when JS is not available
Goffi <goffi@goffi.org>
parents:
295
diff
changeset
|
16 |
b7e5ce6bc82d
CSS (noscript): new `nojs_hide` class to hide an element when JS is not available
Goffi <goffi@goffi.org>
parents:
295
diff
changeset
|
17 .nojs_hide { |
b7e5ce6bc82d
CSS (noscript): new `nojs_hide` class to hide an element when JS is not available
Goffi <goffi@goffi.org>
parents:
295
diff
changeset
|
18 display: none; |
b7e5ce6bc82d
CSS (noscript): new `nojs_hide` class to hide an element when JS is not available
Goffi <goffi@goffi.org>
parents:
295
diff
changeset
|
19 } |