Forums
Change the hovercolor for filter component - Printable Version

+- Forums (https://bdn.bdb.ai)
+-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13)
+--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43)
+---- Forum: BDB Designer Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=16)
+---- Thread: Change the hovercolor for filter component (/showthread.php?tid=477)



Change the hovercolor for filter component - harshabalan - 12-23-2022

How to change the hover color of the filter component.

(12-23-2022, 10:42 AM)harshabalan Wrote: How to change the hover color of the filter component.

The below script an be used to change the hover background color
var a= sdk.getWidget( componentid);
a.m_hoverbackgroundcolor= "rgba(0, 0, 0, 0.1)";