DrewGillow
03-01-2023Cloud Apps
Widget style doesn't work on Text Widget
The new feature to be able to change the style of individual widgets does not work on the Text Widget.
I would like to have the radius corners on the data widgets and have a solid block of color for some of the text widgets, but that isn't possible.
I tried to change the background color to white, but that still left the border color and radius border.
- Try the below script (I haven't tried it on Sisense latest version):
widget.on('ready', ()=> { $(element).parent().css('border-radius', '20px'); $(element).parent().parent().css('border-radius', '20px'); })
In general, you can control this setting from the "look and feel" option in the Admin tab:Feel free to reach out if you have further questions, we're always happy to help (:Paldi Solutions - Number #1 Sisense Plugins Developer