0 Replies Latest reply on Mar 21, 2011 10:51 AM by acgrama

    setting background image

    acgrama
      Hello all,

      I want to apply a background image to my SEAM app. I have modified in theme.css as follows:

      .body {
           padding: 30px;
           background: url(../img/background_image.png)
      }

      Still, my background is the default one even after restarting JBoss. The path to the filename is correct.
      Is theme.xcss overriding my setting, as suggested in a previous question on this forum?

      Thanks!