asifnoor
Kilo Patron
Options
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 02-14-2019 10:31 PM
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.
If you like this article, kindly mark it as helpful or bookmark it for your reference.
Labels:
- 1,569 Views