diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-05-02 12:42:45 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-05-02 12:43:22 +0200 |
commit | 0f24c5a5c99d8ad0b1cff0d613fe71a3d5f418b0 (patch) | |
tree | 545dde9ace7338add1393052bf90f190d5231633 /demos/tooltip/video-player.html | |
parent | f270d48786186569a2878d4adf0fe670fcbf2cad (diff) | |
download | jquery-ui-0f24c5a5c99d8ad0b1cff0d613fe71a3d5f418b0.tar.gz jquery-ui-0f24c5a5c99d8ad0b1cff0d613fe71a3d5f418b0.zip |
Tooltip: Custom styles for video player demo
Diffstat (limited to 'demos/tooltip/video-player.html')
-rw-r--r-- | demos/tooltip/video-player.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/tooltip/video-player.html b/demos/tooltip/video-player.html index 0c251ea83..bf11692c5 100644 --- a/demos/tooltip/video-player.html +++ b/demos/tooltip/video-player.html @@ -43,6 +43,12 @@ .player { width: 500px; height: 300px; border: 2px groove gray; background: rgb(200, 200, 200); 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); + color: white; + } </style> </head> <body> |