Skip to content
Snippets Groups Projects
Commit a6fb8c16 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Merge pull request #9446 from owncloud/fix-strengthify

also make strengthify transparent on setup submit - fixes #9436
parents 23e0ef6e 80776672
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,10 @@ $(document).ready(function() { ...@@ -52,6 +52,10 @@ $(document).ready(function() {
$(':submit', this).attr('disabled','disabled').val($(':submit', this).data('finishing')); $(':submit', this).attr('disabled','disabled').val($(':submit', this).data('finishing'));
$('input', this).addClass('ui-state-disabled').attr('disabled','disabled'); $('input', this).addClass('ui-state-disabled').attr('disabled','disabled');
$('#selectDbType').buttonset('disable'); $('#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 // Create the form
var form = $('<form>'); var form = $('<form>');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment