asifnoor
Kilo Patron

Hi, we recently came up with a requirement where we need to change the background color of the GlideDialog Window Title. 

We have debugged and found a simpler way to do this.

Whichever UI page, you are going to open through Glidedialog, open that specific UI page.

In the UI page, after the 1st line jelly tag, add the below style.

 

<style>
  table.drag_section_header {
    background-color:red!important;
  }
</style>

Here is how it looks.

find_real_file.png

If you like this article, kindly mark it as helpful or bookmark it for your reference.

Version history
Last update:
‎02-14-2019 10:31 PM
Updated by: