Tooltip: Custom styles for video player demo

This commit is contained in:
Jörn Zaefferer 2011-05-02 12:42:45 +02:00
parent f270d48786
commit 0f24c5a5c9

View File

@ -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>