Hi there,

we are using a .qss file for the stylesheets since yesterday and I want to make a darker style.
So I tried the following code:

Qt Code:
  1. * {
  2. font-size:11px;
  3. color:#c1c1c1;
  4. font-family:"Arial";
  5. background:#515151;
  6. }
  7.  
  8. background:transparent;
  9. }
To copy to clipboard, switch view to plain text mode 

The problem you can see in the picture. It seems, that the background color works as intended for the filled toolbar, but a i also want it for the whole background there. Is there a way to make the whole bar dark?

Problem picture:
Bildschirmfoto 2010-10-27 um 12.10.24.jpg

Thanks in advance!
Maik