Fixed iOS issue
authorMarcel Werk <burntime@woltlab.com>
Sat, 21 Dec 2013 20:09:40 +0000 (21:09 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sat, 21 Dec 2013 20:09:40 +0000 (21:09 +0100)
wcfsetup/install/files/style/form.less

index 87fb763b712456b570d0bb9ead6d656b6b9484d1..aa15e9e734734b42d15284f74cd1d15a5b79c755 100644 (file)
@@ -343,6 +343,7 @@ select[multiple][disabled] {
        border-color: @wcfInputBorderColor;
        color: @wcfDimmedColor;
        cursor: not-allowed;
+       opacity: 1; /* ios fix */
 }
 
 /* success state */