Hi,
I am trying to set the width and background color for the tooltip by using css, extended class and all the available options by referring to the previous posts. But I am still unable to achieve this. Can anyone help me me with this?
Regards,
Chethan
.osui-tooltip__balloon-wrapper__balloon { background-color: aqua;}.osui-tooltip__balloon-wrapper.right .osui-tooltip__balloon-wrapper__balloon::before { border-color: transparent aqua transparent transparent;}.osui-tooltip__balloon-wrapper__balloon { min-width: 500px; min-height: 80px;}
Try the above CSS to your Screen.And customize it based on your requirement.
Hi @Chethan Gowda C
Please check the below thread. This is related to tooltip styling.
https://www.outsystems.com/forums/discussion/67603/add-tooltip-border-and-border-color/#
Regards
Krishnanand Pathak
Hi Krishnanand Pathak ,
I already tried this one but it didn't work for me.
It is working, Thank you so much for your help.
Hello
.TooltipCust .osui-tooltip__balloon-wrapper.right .osui-tooltip__balloon-wrapper__balloon:before{ border-color: transparent #fc0000 transparent transparent !important; } .TooltipCust .osui-tooltip__balloon-wrapper__balloon{ background-color: #fc0000 !important; }
ThanksTousif Khan