Tooltip demo: Remove leftover styles from popup widget.

This commit is contained in:
Scott González 2012-08-26 18:07:04 -04:00
parent 6e7bd4d895
commit e318e5b224

View File

@ -23,11 +23,6 @@
text-align: center;
line-height: 300px;
}
/* TODO load from jquery.ui.popup.css */
.ui-popup {
position: absolute;
z-index: 5000;
}
.ui-tooltip {
border: 1px solid white;
background: rgba(20, 20, 20, 1);