Skip to content
Snippets Groups Projects
Commit 80776672 authored by Morris Jobke's avatar Morris Jobke
Browse files

also make strengthify transparent on setup submit - fixes #9436

parent 3d13e041
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,10 @@ $(document).ready(function() {
$(':submit', this).attr('disabled','disabled').val($(':submit', this).data('finishing'));
$('input', this).addClass('ui-state-disabled').attr('disabled','disabled');
$('#selectDbType').buttonset('disable');
$('.strengthify-wrapper, .tipsy')
.css('-ms-filter', '"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"')
.css('filter', 'alpha(opacity=30)')
.css('opacity', .3);
// Create the form
var form = $('<form>');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment