Version 9.8
 —  Customizing the Instant Application  —

Colors and Fonts

graphics/exercise.pngExercise

Find the file/s in your Web application that define/s the appearance of your instant pages and make the following changes (these instructions will only include modifications and removing lines from the code. If an element is not mentioned here, leave it as is):

  1. The Instant wrapping tag (#gx_screenArea):

  2. Selection (gx_screenArea select) on screen:

  3. Labels inside the instant wrapping tag: replace gx_screenArea Blink with a line (hr) label.

  4. Unprotected field definition:

  5. Intensified field definition:

  6. Application field: Do not configure any background color (remove/place in "comment").

  7. Different color inputs (the change should be made in input.gx_*** tag):

  8. Host keys:

  9. ApplinX table:

  10. Error messages:

  11. Lines on screen: Define any line to appear on screen, with the border-bottom: gray 1px solid.

  12. Menu Elements on screen:

  13. Message lines (add message line definition: .msg_line etc.):

  14. Secondary headers on screen: same definitions as the previous clause (.details_header).

  15. Menu links: same definitions as the previous clause (.menulink).

Note:
Refer to styles_instant.css in the InstantDemo Web application directory.

Top of page