Mercurial > libervia-templates
annotate sat_templates/templates/bulma/static/styles_noscript.css @ 349:2e548a9830c6
(bulma) input/field: fix `name` attribute + add `required` to checkbox
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 30 Nov 2021 17:25:35 +0100 |
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 } |