added v2 of cpeprov

This commit is contained in:
Luca Haid
2025-07-21 22:27:40 +02:00
parent 14757f4de0
commit f7218ab144
13 changed files with 786 additions and 57 deletions
@@ -18,7 +18,7 @@
text-align: center; /* Center text */
}
/* Make tooltip visible when showTooltip is true */
/* Make tooltip visible on hover */
.tt-tooltip-wrapper:hover .tt-tooltip-box {
opacity: 1;
}
@@ -89,7 +89,8 @@
border-color: transparent #333 transparent transparent;
}
/* The problematic 'width: 100% !important;' has been removed from the selector below.
*/
.tt-tooltip-wrapper > * {
display: inline-block; /* Ensure the tooltip wrapper behaves correctly */
width: 100% !important;
}