Jump to content

In the everywhere addon,after set up, no button to submit


meow

Recommended Posts

I found the code under the class="ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"

the style set display:none;but I don't know which files control that,

In the firebug show,there are not controlling by css .But I dont know which files,

 

I just can turn off the display: none ,then see the submit button,

 

<div class="ui-dialog-buttonpane ui-widget-content ui-helper-clearfix">
<div class="ui-dialog-buttonset">
<button type="button" style="display: none; " class="ui-button ui-corner-all">Submit</button>
<button type="button" style="display: none; " class="ui-button ui-corner-all">Cancel</button>

</div></div>

Link to comment
×
×
  • Create New...