how to provide background color and bottom border - 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: how to provide background color and bottom border (/showthread.php?tid=643) |
how to provide background color and bottom border - sariga.vr@bdb.ai - 12-25-2022 var a=sdk.getDivIdFromComponetId('label3'); sdk.applyStyles( "#" +a+ " span", { "background": "#01b8aa","border-bottom": "5px solid #01b8aa"} ); |