projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18cf0b6
)
Fixed iOS issue
author
Marcel Werk
<burntime@woltlab.com>
Sat, 21 Dec 2013 20:09:40 +0000
(21:09 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Sat, 21 Dec 2013 20:09:40 +0000
(21:09 +0100)
wcfsetup/install/files/style/form.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/form.less
b/wcfsetup/install/files/style/form.less
index 87fb763b712456b570d0bb9ead6d656b6b9484d1..aa15e9e734734b42d15284f74cd1d15a5b79c755 100644
(file)
--- a/
wcfsetup/install/files/style/form.less
+++ b/
wcfsetup/install/files/style/form.less
@@
-343,6
+343,7
@@
select[multiple][disabled] {
border-color: @wcfInputBorderColor;
color: @wcfDimmedColor;
cursor: not-allowed;
+ opacity: 1; /* ios fix */
}
/* success state */