Re: [opennms-devel] Dashboard header background

2017-08-07 Thread EmptySet
Hello, I'm unable to find that file (styles.scss) in my structure or anything referencing OSGI? Thanks. Markus von Rüden wrote > As mentioned below, the styles are living in the OSGI container. > The style.css is generated from a style.scss file. > The code can be found here: > https://gith

Re: [opennms-devel] Dashboard header background

2017-08-02 Thread Markus von Rüden
As mentioned below, the styles are living in the OSGI container. The style.css is generated from a style.scss file. The code can be found here: https://github.com/OpenNMS/opennms/blob/develop/features/themes/onms-default-theme/src/main/java/VAADIN/themes/opennms/styles.scss

Re: [opennms-devel] Dashboard header background

2017-07-28 Thread EmptySet
Can this be elaborated on a bit more? I'm a new user and I'm trying to modify my colors as well. The other pages were easy enough but the Surveillance View doesn't seem to quite the same and I can't find the .css file that seems to be referenced : opennms/osgi/VAADIN/themes/opennms/styles.css T

Re: [opennms-devel] Dashboard header background

2017-02-05 Thread Rockdale Green
Hi, Markus: Thanks for the email and sorry for the late reply. I just got around to experiment. I did not build from source though, (been new to openNMS I am a little intimated for all the source codes and build process, but that is on my to do list). I updated the onms-default-theme-19.0.0-SNAPSH

Re: [opennms-devel] Dashboard header background

2017-02-02 Thread Markus von Rüden
Hey rockdale, the styles are hidden in the “onms-default-theme.jar” which are loaded in OSGI. If you want to edit them, you have to change the file “src/main/java/VAADIN.themes.opennms/styles.scss”. There are some “surveillance-view” classes and also have the colors defined there. See https:/