Opened 9 years ago
Closed 8 years ago
#14516 closed defect (wontfix)
Arrow of Back Button is distorted in webkit under iphone theme compat mode
Reported by: | ebengtso | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Mobile | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The compat mode image is already rotated, so no need to rotate it again with a transform.
Solution: Add the webkit-transform line to mblArrowButtonHead class in the iphone/base-compat.css
.mblArrowButtonHead {
-webkit-transform: scale(1, 1) rotate(0deg);
}
Note: See
TracTickets for help on using
tickets.
mblArrowButtonHead no longer exists.