This commit is contained in:
Laurent Destailleur 2026-07-04 15:02:15 +02:00
parent cd412382ca
commit c160e96206
2 changed files with 2 additions and 2 deletions

View file

@ -6249,7 +6249,7 @@ div.ui-tooltip.mytooltip {
border-radius: 4px;
margin: 2px;
font-stretch: condensed;
box-shadow: 0.5px 0.5px 4px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
background: var(--tooltipbgcolor) !important;
color: var(--tooltipfontcolor);

View file

@ -11,7 +11,7 @@ div.ui-tooltip.mytooltip-hover-tooltip {
border: solid 1px #BBBBBB;
padding: 10px 20px;
border-radius: 0;
box-shadow: 0 0 4px grey;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
margin: 2px;
font-stretch: condensed;
line-height: 1.6em;