[ 
https://issues.apache.org/jira/browse/ISIS-2528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530007#comment-17530007
 ] 

Andi Huber commented on ISIS-2528:
----------------------------------

As the Wicket Viewer is now based on Bootstrap 5.x, tweaking the theme 
background color in Apache Isis has become as simple as overriding bootstrap 
CSS vars in your custom application.css file:

https://the-asf.slack.com/archives/CFC42LWBV/p1650880445852229


> 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 & Website
>    Affects Versions: 2.0.0-M4
>            Reporter: Jörg Rade
>            Priority: Minor
>
> 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.20.7#820007)

Reply via email to