mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tooltip: Custom styles for video player demo
This commit is contained in:
parent
f270d48786
commit
0f24c5a5c9
@ -43,6 +43,12 @@
|
|||||||
.player { width: 500px; height: 300px; border: 2px groove gray; background: rgb(200, 200, 200); text-align: center; line-height: 300px; }
|
.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 */
|
/* TODO load from jquery.ui.popup.css */
|
||||||
.ui-popup { position: absolute; z-index: 5000; }
|
.ui-popup { position: absolute; z-index: 5000; }
|
||||||
|
|
||||||
|
.ui-tooltip {
|
||||||
|
border: 1px solid white;
|
||||||
|
background: rgba(20, 20, 20, 1);
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
Reference in New Issue
Block a user