refs #935, stylesheet

This commit is contained in:
Klaus Basan
2017-04-15 00:47:53 +02:00
committed by Mathew Sutcliffe
parent ec025d63a7
commit 197560c3c3

View File

@@ -69,10 +69,13 @@ QDialog::separator:hover {
}
/* selector QWizard not working, so using individual components */
/* the wizard pages are currently hardcoded */
/*
BlackGui--Components--CCopyConfigurationComponent {
background: black; /* background is background color here */
background: black;
background-image: url(:/textures/icons/textures/texture-inner.jpg);
}
*/
QFileDialog #sidebar {
background: black;
@@ -276,8 +279,8 @@ QPlainTextEdit {
QGroupBox {
border: 1px solid green;
margin-top: 2.5ex; /* the x-height of the relevant font, leave space at the top for the title */
padding-top: 2.5ex;
margin-top: 2.0ex; /* the x-height of the relevant font, leave space at the top for the title */
padding-top: 2.0ex;
border-radius: 5px;
background: black; /* background is background color here */
background-image: url(:/textures/icons/textures/texture-inner.jpg);