diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-08-26 18:07:04 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-08-26 18:07:04 -0400 |
commit | e318e5b2248487561f8fdad736e630557cd44d09 (patch) | |
tree | 41a4e7a8233648aa743b8f1c78f99bcd84c66623 /demos/tooltip | |
parent | 6e7bd4d895930a181e98af22f36e6e823d1c0b5a (diff) | |
download | jquery-ui-e318e5b2248487561f8fdad736e630557cd44d09.tar.gz jquery-ui-e318e5b2248487561f8fdad736e630557cd44d09.zip |
Tooltip demo: Remove leftover styles from popup widget.
Diffstat (limited to 'demos/tooltip')
-rw-r--r-- | demos/tooltip/video-player.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/demos/tooltip/video-player.html b/demos/tooltip/video-player.html index 4ee190418..c7f1e525b 100644 --- a/demos/tooltip/video-player.html +++ b/demos/tooltip/video-player.html @@ -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); |