Mercurial > libervia-templates
diff sat_templates/templates/bulma/static/styles.css @ 270:2378084522e1
bulma (dialogs): new `macros.html` with a search dialog
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 14 Aug 2020 08:46:00 +0200 |
parents | 23180988ee6b |
children | dea66eead698 |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css Fri Aug 14 08:34:07 2020 +0200 +++ b/sat_templates/templates/bulma/static/styles.css Fri Aug 14 08:46:00 2020 +0200 @@ -140,6 +140,14 @@ cursor: pointer; } +div.search_dialog.is-active>div.dropdown-menu { + display: none; +} + +div.search_dialog.open>div.dropdown-menu { + display: block; +} + /********** * panels * **********/