Some times we need to change the splash screen(Loading icon) according to customer requirement. For that we need to add the below properties in .css file.
-------------------------------------------------------------------------------------------------------
af|document::splash-screen-content{
background-color:blue;
}
af|document::splash-screen-icon {
content:url("images/newLoadIcon.png");
}
-------------------------------------------------------------------------------------------------------
af|document::splash-screen-content{
background-color:blue;
}
af|document::splash-screen-icon {
content:url("images/newLoadIcon.png");
}
No comments:
Post a Comment