Skip to content

Commit

Permalink
Tooltip: Custom styles for video player demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed May 2, 2011
1 parent f270d48 commit 0f24c5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions demos/tooltip/video-player.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0f24c5a

Please sign in to comment.