Closed
Solved
Changing the color of the new update button in cosmos
Could anybody tell me how to change the color of "new update" button in comos?
PS: I am able to change the color in inspection but I am not getting the referred css class in pega 8.4.2 cosmos,please find the attached screenshot for your reference.
Thanks in advance
Hi Asha,
If this is the only class you need to override then you can add this class to any of your custom css files at harness/skin level and can use !important tag along with the value like for example
.PulseNotificationContainer{
Background-color:#ffffff!important}
Else since this (pzpega_social) is final rule you can save as this into a new name and can replace pzpega_social css file with new rule (you created) in pypega_social static bundle file and do a save as of the bundle rule in your application ruleset.
Hope this helps.