You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Daniel Keir Haywood (Jira)" <ji...@apache.org> on 2021/04/06 11:11:00 UTC

[jira] [Assigned] (ISIS-2528) add docs to describe how to style the Wicket UI

     [ https://issues.apache.org/jira/browse/ISIS-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Keir Haywood reassigned ISIS-2528:
-----------------------------------------

    Assignee: Daniel Keir Haywood

> add docs to describe how to style the Wicket UI
> -----------------------------------------------
>
>                 Key: ISIS-2528
>                 URL: https://issues.apache.org/jira/browse/ISIS-2528
>             Project: Isis
>          Issue Type: Improvement
>          Components: Isis Docs &amp; Website
>    Affects Versions: 2.0.0-M4
>            Reporter: Jörg Rade
>            Assignee: Daniel Keir Haywood
>            Priority: Minor
>             Fix For: 2.0.0-M6
>
>
> By adding styles to {{application.css}} the UI can be styled and values override any Theme settings, example:
> {code:java}
> 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;
> }
> {code}
> The interaction between 'Theme' and css (application, page) needs some explanation



--
This message was sent by Atlassian Jira
(v8.3.4#803005)