How to change background of GlideDialogWindow Title
Import
·
Feb 15, 2019
·
article
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.
View original source
https://www.servicenow.com/community/developer-articles/how-to-change-background-of-glidedialogwindow-title/ta-p/2330236