Help with LMMS theme CSS

Having trouble with LMMS? Ask about it here.
I provided that detail in my original post :) Glad you figured it out!
Stakeout Punch wrote:Hiya! I did Teal 2. So if I'm understanding you right, you want both bars to be the same?

The two horizontal toolbars are set by .png images in the theme directory. Look for "main_toolbar_bg.png" and "toolbar_bg.png".
The vertical sidebar is styled in the style.css file:

Code: Select all

QToolBar {
	background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #454545, stop:1 #282828);
}
Keep in mind that this might all change in 1.1!
Remember to share the theme when you are finished! It looks great :D And also make sure it works with LMMS 1.1.0 :)