Merge pull request #9446 from owncloud/fix-strengthify

also make strengthify transparent on setup submit - fixes #9436
This commit is contained in:
Jan-Christoph Borchardt 2014-07-05 09:50:51 +02:00
commit a6fb8c16e6

View file

@ -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>');