moved a style in the css.
This commit is contained in:
parent
7b433c91df
commit
79c3285f24
2 changed files with 2 additions and 1 deletions
|
|
@ -44,6 +44,7 @@ body {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mzta_sending_prompt{
|
#mzta_sending_prompt{
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
<div id="mzta_sending_prompt"><img src="mzta-loading.svg" title="__MSG_SendingPrompt__"></div>
|
<div id="mzta_sending_prompt"><img src="mzta-loading.svg" title="__MSG_SendingPrompt__"></div>
|
||||||
<input type="text" id="mzta_search_input" placeholder="__MSG_SearchPrompt__">
|
<input type="text" id="mzta_search_input" placeholder="__MSG_SearchPrompt__">
|
||||||
<div id="mzta_autocomplete-items-loading"><img src="mzta-loading.svg" title="__MSG_Loading__"></div>
|
<div id="mzta_autocomplete-items-loading"><img src="mzta-loading.svg" title="__MSG_Loading__"></div>
|
||||||
<div id="mzta_autocomplete-items" style="display: none;"></div>
|
<div id="mzta_autocomplete-items"></div>
|
||||||
</div>
|
</div>
|
||||||
<script src="mzta-popup.js" type="module"></script>
|
<script src="mzta-popup.js" type="module"></script>
|
||||||
<script src="../js/mzta-i18n.js"></script>
|
<script src="../js/mzta-i18n.js"></script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue