Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-2528

add docs to describe how to style the Wicket UI

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 2.0.0-M4
    • None
    • Docs & Website
    • None

    Description

      By adding styles to application.css the UI can be styled and values override any Theme settings, example:

      header.navbar-fixed-top {
          background-color: #002852;
      }
      
      .navbar-inverse {
          background-color: #56b7e9;
          border-color: transparent;
      }
      
      .navbar-default .navbar-collapse, .navbar-default .navbar-form {
          background-color: #002852;
      }
      

      The interaction between 'Theme' and css (application, page) needs some explanation

      Attachments

        Activity

          People

            Unassigned Unassigned
            joerg.rade Jörg Rade
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: