Change Script Editor Background

Andrii
Kilo Guru

When writing Business Rules or Script Includes - is there a way to change white background to something else?

11 REPLIES 11

dravvyramlochun
ServiceNow Employee
ServiceNow Employee

Hello Andrii,



I think white background is as design and having lots of colours in the background may also affect the performance of the page. Nevertheless you can have a look at Customizing the UI Appearance - ServiceNow Wiki   if you want to do some UI customization.



Regards,


Dravvy


shloke04
Kilo Patron

Hi,



Why you want to change the Background of the Script UI Interface? Can you elaborate your requirement?



Regards,


Shloke


Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

Well ... I wonder not only about background ... I want to make it look like lines (bars)



as following:



var gr = new GlideRecord('incident');


gr.setLimit(10);


gr.addActiveQuery();


gr.deleteMultiple()


Hi,



Not sure on this. May be Chuck can help you on your query.ctomasi



Regards,


Shloke


Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke