Jump to content

Background Color of page


dionel1969

Recommended Posts

Hello !!!

 

I have an app with property "MainFormDisplayMode" set to mfPage, and I want to change background color to SkyBlue. So in the server module I add this in CustomCSS:

 

<style type="text/css">
body
 {
  background-color:#87cefa;
 }

</style>

 

but it does not work.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...