mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #935, stylesheet
This commit is contained in:
committed by
Mathew Sutcliffe
parent
ec025d63a7
commit
197560c3c3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user