Utilizing jQuery to add a specific style
$("#notifPrefWA").attr('style', "border-radius: 5px; border:#FF0000 5px solid; padding: 10px;");
The style change is visible in the source and console when Chrome inspected... but the color doesn't appear.
Any thoughts on why this might be happening? No JS errors encountered. The HTML ID is indeed unique.