refs #347, styles for infobar are in a separate file

This commit is contained in:
Klaus Basan
2014-11-25 18:40:54 +01:00
committed by Roland Winklmeier
parent e6d0f2ecb4
commit 8054022716
2 changed files with 13 additions and 12 deletions

View File

@@ -1,11 +1,15 @@
QFrame {
margin: 0px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 0px;
margin: 0px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 0px;
}
/** frameless is dynamic property**/
QDockWidget[frameless="true"] QFrame {
background-color: darkslategray;
/** for frameless only use QDockWidget[frameless="true"] QFrame **/
QDockWidget QFrame
{
background-color: darkslategray;
background-image: url(:/textures/icons/textures/texture-outer.jpg);
border: 0px;
}