XenForo
Administrative
- Thread starter
- Admin
- #1
Token input elements (used for example when adding users to a conversation): The "input" CSS class is not added directly to the input element generated by Select2 but to a container element. This causes the user-agent stylesheet (e.g.
Read more
ادامه مطلب...
input { color: -internal-light-dark(black, white); }
in Chrome 87) to have precedence over colors defined by XenForo's style system for .input
. This causes problems in dark themes where a dark font (defined in the user agent stylesheet) is rendered...Read more
ادامه مطلب...