Announcement

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

    Enterprise blue window title text

    SmartGWT: v8.2p_2012-10-04/PowerEdition Deployment (built 2012-10-04)

    I upgraded from 2012-08-07 to 2012-10-04 to investigate the getFileURL problem, and I found that since moving to 2012-08-07 the window title texts are all white in enterprise blue.

    I think this comes from skin_style.css:
    Code:
    .windowHeaderText,
    .dialogHeaderText {
      color: white;
      font-family: Arial, Verdana, sans-serif;
      font-size: 11px;
      font-weight: bold;
      padding-bottom: 2px;
      padding-left: 2px;
      padding-right: 2px;
    }
    Version 2012-08-07 had colour color 4d4d4d.

    Was this done deliberately? White text on a light blue background makes for some difficult reading..
    Attached Files

    #2
    We have made a change to address this in the 3.0p branch. If this continues to be a problem in nightly builds going forward, please let us know

    Regards
    Isomorphic Software

    Comment


      #3
      Originally posted by Isomorphic View Post
      We have made a change to address this in the 3.0p branch. If this continues to be a problem in nightly builds going forward, please let us know

      Regards
      Isomorphic Software
      Thanks! Confirmed fixed in 2012-10-09.

      Comment

      Working...
      X