Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS does not include styles for JQuery UI 1.9 Tooltip #56

Open
sanelson2000 opened this issue Oct 22, 2013 · 0 comments
Open

CSS does not include styles for JQuery UI 1.9 Tooltip #56

sanelson2000 opened this issue Oct 22, 2013 · 0 comments

Comments

@sanelson2000
Copy link

Tooltip was added in JQuery UI 1.9, but the styles needed to display it are missing in Aristo. The CSS should at least include the following code, if not custom styled for Aristo.

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
    border-width: 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant