mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
also make strengthify transparent on setup submit - fixes #9436
This commit is contained in:
parent
3d13e04170
commit
807766729d
1 changed files with 4 additions and 0 deletions
|
|
@ -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>');
|
||||
|
|
|
|||
Loading…
Reference in a new issue