Hello everyone, I'm at an impasse with this. I have no idea why this would not work. Not the best at CSS so I'm probably missing something. Would appreciate any insight! <form>
<label>DEV DASH</label>
<description>IN DEVELOPMENT.</description>
<row>
<panel id="panel_1">
<html>
<p>
<u>
<a href="" target="_blank">
<b>Test & Testing</b>
</a>
</u>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</p>
</html>
</panel>
<panel id="panel_2">
<html>
<p>
<u>
<h2>
<a href="" target="_blank">
<b>Test & More Tests</b>
</a>
</h2>
</u>
<li>List Item 3</li>
</p>
</html>
</panel>
.....
<row depends="$STYLES$">
<panel>
<html>
<style>
#panel_1 .dashboard-panel, #panel_2 .dashboard-panel, #panel_3 .dashboard-panel {
background:#C9E5A0; !important;
}
#panel_4 .dashboard-panel, #panel_5 .dashboard-panel, #panel_6 .dashboard-panel {
background:#AEF0D9 !important;
}
#panel_7 .dashboard-panel, #panel_8 .dashboard-panel, #panel_9 .dashboard-panel {
background:#F0D3DA !important;
}
</style>
</html>
</panel>
</row>
</form> @niketn if you would be so kind 🙏
... View more