]> source.dussan.org Git - nextcloud-server.git/commitdiff
Contacts: Added MS opacity mumbo-jumbo that I can't test myself to file form fields.
authorThomas Tanghus <thomas@tanghus.net>
Fri, 18 May 2012 15:37:36 +0000 (17:37 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Fri, 18 May 2012 15:39:19 +0000 (17:39 +0200)
apps/contacts/css/contacts.css

index 94a0db4f77e5bdb825e9eade6bb7240028b6a369..9aa63f016c1b7caea92721f02aa09657c3a826c4 100644 (file)
@@ -91,7 +91,7 @@ dl.addresscard .action { float: right; }
 
 #file_upload_form { width: 0; height: 0; }
 #file_upload_target, #import_upload_target, #crop_target { display:none; }
-#file_upload_start, #import_upload_start { opacity:0; filter:alpha(opacity=0); z-index:1001; /*position:absolute; left:0; top:0;*/ width:0; height:0;}
+#file_upload_start, #import_upload_start { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); opacity:0; z-index:1001; width:0; height:0;}
 #import_upload_start { width: 16px; height: 16px; margin: 0 0 0 0; }
 input[type="checkbox"] { width: 20px; height: 20px; vertical-align: bottom; }
 .big { font-weight:bold; font-size:1.2em; }