Aristo-jQuery-UI-Theme icon indicating copy to clipboard operation
Aristo-jQuery-UI-Theme copied to clipboard

CSS does not include styles for JQuery UI 1.9 Tooltip

Open sanelson2000 opened this issue 12 years ago • 0 comments

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;
}

sanelson2000 avatar Oct 22 '13 16:10 sanelson2000