Mercurial > libervia-templates
comparison 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 |
comparison
equal
deleted
inserted
replaced
269:edefc1f25219 | 270:2378084522e1 |
---|---|
136 transition: transform 0.15s ease-in; | 136 transition: transform 0.15s ease-in; |
137 } | 137 } |
138 | 138 |
139 .click_to_close { | 139 .click_to_close { |
140 cursor: pointer; | 140 cursor: pointer; |
141 } | |
142 | |
143 div.search_dialog.is-active>div.dropdown-menu { | |
144 display: none; | |
145 } | |
146 | |
147 div.search_dialog.open>div.dropdown-menu { | |
148 display: block; | |
141 } | 149 } |
142 | 150 |
143 /********** | 151 /********** |
144 * panels * | 152 * panels * |
145 **********/ | 153 **********/ |