How to change background colour of field on list view ?

sumanthkumar
Giga Contributor

Currently the list view is appearing as 'Dot' shown below , but I am looking to change to background colour as an example shown below

find_real_file.png

find_real_file.png

I have configured the dictionary style on incident field with value : javascript:(current.assigned_to.user_name!=current.sys_updated_by && current.sys_updated_by != 'system' && current.incident_state <7)

and Style as:

font-weight: bold;

background-color:DodgerBlue;

This has only changed on form view but not on list view. Firstly I want to remove the Dot and replace with background colour, please advise if you have any idea ?

Thanks,

1 ACCEPTED SOLUTION

Gowrisankar Sat
Tera Guru

Uncheck Modern Cell Coloring and try.


pastedImage_1.png


View solution in original post

7 REPLIES 7

Gowrisankar Sat
Tera Guru

Uncheck Modern Cell Coloring and try.


pastedImage_1.png


Thank you, that worked:)


Harish KM
Kilo Patron
Kilo Patron

here you can find


Custom Field Styles — ServiceNow Elite


Regards
Harish

brendanwilson84
Kilo Guru

Field styles-  




find_real_file.png