Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Graphite skin

    Congratulations on the new skin. It feels very tight.


    But who's the funny person who declared the background color?

    Code:
    .pageBackground {
        font-family:Arial,Verdana,sans-serif; font-size:11px;
        color:#333333;
        background:#FA2D3C;
    }
    That is very very, very pinkish.
    Is it supposed to be/stay like that?

    #2
    What are you using this css class for? Are you seeing it in use by the framework anywhere?

    Comment


      #3
      I use this style as page background on a full-screen application. SilverWave for instance defines a nice background image in that style.

      I do set this style manually on a Canvas, because you are right, nothing seems to use this style by default in SmartGWT. However SmartClient does use this style by default. Check the background here: http://www.smartclient.com/?skin=Sil...es_Hello.World

      First tests with the Graphite skin shows all widgets with a white background, except for my very lowest background. That shows up pinkish because of this css style.

      Comment

      Working...
      X