OMD really doesn't have theming, not that I could find. and while
the throwback to 1990's website use of color and background images
bring back memories, it's just a bit dated.
Now... this doesn't fix everything, but does take quite a bit of the
"ick" factor away.
In <your-sitename>/share/check_mk/web/htdocs/css add a file called
fix.css with the content below:
body.main {
background-image: inherit !important;
background-color: #bbbbbb !important;
}
body.side {
background-image: inherit !important;
background-color: #bbbbbb !important;
}
body {
background-image: inherit !important;
background-color: #bbbbbb !important;
}
You have choices for handling pnp4nagios in that there is theming
support there. However if you want some multisite theming, just keep
that theme for now and add to
<your-sitename>/share/pnp4nagios/htdocs/media/css/ui-multisite/jquery-ui.css:
body {
background-image: inherit !important;
background-color: #bbbbbb !important;
}
.ui-widget-content {
background: inherit !important;
background-color: #aaaaaa !important;
}
Hope this was helpful.
_______________________________________________
omd-users mailing list
[email protected]
http://lists.mathias-kettner.de/mailman/listinfo/omd-users