Skip to content

Commit 0f24c5a

Browse files
committed
Tooltip: Custom styles for video player demo
1 parent f270d48 commit 0f24c5a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

demos/tooltip/video-player.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
.player { width: 500px; height: 300px; border: 2px groove gray; background: rgb(200, 200, 200); text-align: center; line-height: 300px; }
4444
/* TODO load from jquery.ui.popup.css */
4545
.ui-popup { position: absolute; z-index: 5000; }
46+
47+
.ui-tooltip {
48+
border: 1px solid white;
49+
background: rgba(20, 20, 20, 1);
50+
color: white;
51+
}
4652
</style>
4753
</head>
4854
<body>

0 commit comments

Comments
 (0)