# HG changeset patch # User Goffi # Date 1597387560 -7200 # Node ID 2378084522e1ef348ec416f5e60b08d5a3a36df6 # Parent edefc1f25219ede92e70b6573f507da22c78dee6 bulma (dialogs): new `macros.html` with a search dialog diff -r edefc1f25219 -r 2378084522e1 sat_templates/templates/bulma/dialogs/macros.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sat_templates/templates/bulma/dialogs/macros.html Fri Aug 14 08:46:00 2020 +0200 @@ -0,0 +1,13 @@ +{# macros for generic dialogs #} + +{% macro search_dialog(id=none, class='') %} + + + + +{% endmacro %} diff -r edefc1f25219 -r 2378084522e1 sat_templates/templates/bulma/static/styles.css --- 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 * **********/