jquery / jqueryui.com

jQuery UI web site content
https://jqueryui.com
Other
132 stars 114 forks source link

Tooltip : custom-style : View source : missing Char #68

Closed andrii-olenchenko closed 10 years ago

andrii-olenchenko commented 10 years ago

.arrow:after { content: ""; position: absolute; left: 20px; top: -20px; width: 25px; height: 25px; box-shadow: 6px 5px 9px -9px black; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); tranform: rotate(45deg); transform: rotate(45deg); }

jzaefferer commented 10 years ago

Thanks. I've fixed this in the jquery-ui repo, where the demos are home. The site will be updated with the next release.