@@ -369,11 +369,13 @@ span.form-control {
369369/* ===== UI TOOLTIP STYLES ===== */
370370
371371.ui-tooltip {
372- background : # 222 ;
373- color : white ;
372+ background : # e0e6eb ;
373+ color : # 000000 ;
374374 border : 0 ;
375375 font-size : 11px ;
376376 z-index : 9990 ;
377+ border-radius : 8px ;
378+ box-shadow : 0 3px 10px rgba (0 , 0 , 0 , 0.2 );
377379}
378380
379381/* ===== SHORTENED TEXT STYLES ===== */
@@ -400,7 +402,7 @@ span.form-control {
400402
401403/* Base tooltip styles */
402404.tooltipster-shadow {
403- border-radius : 4 px !important ;
405+ border-radius : 8 px !important ;
404406 box-shadow : 0 3px 10px rgba (0 , 0 , 0 , 0.2 ) !important ;
405407 border : none !important ;
406408 background-color : # e0e6eb !important ;
@@ -414,6 +416,7 @@ span.form-control {
414416 color : # 000000 !important ;
415417 overflow : hidden !important ;
416418 word-wrap : break-word !important ;
419+ border-radius : 8px !important ;
417420}
418421
419422.tooltipster-base {
@@ -422,6 +425,7 @@ span.form-control {
422425 z-index : 10000 !important ; /* Consistent z-index for all tooltip states */
423426 background-color : # e0e6eb !important ;
424427 border : none !important ;
428+ border-radius : 8px !important ;
425429}
426430
427431/* Rimuove i bordi esterni dai tooltip */
@@ -432,6 +436,44 @@ span.form-control {
432436 border : none !important ;
433437}
434438
439+ /* Rimuove completamente l'ombra inferiore dai tooltip */
440+ .tooltipster-sidetip .tooltipster-shadow .tooltipster-box {
441+ box-shadow : 0 0 10px rgba (0 , 0 , 0 , 0.2 ) !important ;
442+ border : none !important ;
443+ }
444+
445+ /* Rimuove qualsiasi ombra o bordo dai tooltip */
446+ .tooltipster-sidetip {
447+ border : none !important ;
448+ box-shadow : none !important ;
449+ }
450+
451+ /* Rimuove qualsiasi ombra o bordo inferiore dai tooltip */
452+ .tooltipster-sidetip .tooltipster-shadow .tooltipster-box : after ,
453+ .tooltipster-sidetip .tooltipster-shadow .tooltipster-box : before ,
454+ .tooltipster-sidetip .tooltipster-shadow : after ,
455+ .tooltipster-sidetip .tooltipster-shadow : before ,
456+ .tooltipster-sidetip .tooltipster-arrow ,
457+ .tooltipster-arrow-border ,
458+ .tooltipster-arrow-background {
459+ display : none !important ;
460+ border : none !important ;
461+ box-shadow : none !important ;
462+ background : none !important ;
463+ }
464+
465+ /* Arrotonda i bordi del box del tooltip */
466+ .tooltipster-box {
467+ border-radius : 8px !important ;
468+ border : none !important ;
469+ box-shadow : none !important ;
470+ }
471+
472+ /* Rimuove completamente la freccia del tooltip */
473+ .tooltipster-arrow {
474+ display : none !important ;
475+ }
476+
435477/* Nasconde le barre di scorrimento */
436478.tooltipster-content ::-webkit-scrollbar {
437479 display : none !important ;
@@ -448,8 +490,8 @@ span.form-control {
448490 padding : 8px ;
449491 background-color : # 3c8dbc ;
450492 color : white;
451- border-top-left-radius : 3 px ;
452- border-top-right-radius : 3 px ;
493+ border-top-left-radius : 8 px ;
494+ border-top-right-radius : 8 px ;
453495 margin : -8px -8px 8px -8px ;
454496}
455497
0 commit comments