[Pkg-owncloud-commits] [owncloud] 24/70: also make strengthify transparent on setup submit - fixes #9436

David Prévot taffit at moszumanska.debian.org
Mon Jul 14 17:38:04 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit a5d34b435f76027f51bcddc21a43347186c023ea
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Fri Jul 4 14:29:12 2014 +0200

    also make strengthify transparent on setup submit - fixes #9436
---
 core/js/setup.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/js/setup.js b/core/js/setup.js
index 3b2c13b..aa9dc89 100644
--- a/core/js/setup.js
+++ b/core/js/setup.js
@@ -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>');

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list