mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
19 lines
358 B
CSS
19 lines
358 B
CSS
/*!
|
|
* jQuery UI Tooltip 1.14.1
|
|
* https://jqueryui.com
|
|
*
|
|
* Copyright OpenJS Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* https://jquery.org/license
|
|
*
|
|
* https://api.jqueryui.com/tooltip/#theming
|
|
*/
|
|
.ui-tooltip {
|
|
padding: 8px;
|
|
position: absolute;
|
|
z-index: 9999;
|
|
max-width: 300px;
|
|
}
|
|
body .ui-tooltip {
|
|
border-width: 2px;
|
|
}
|