Commit 021077e8 authored by Andrey Cherepanov's avatar Andrey Cherepanov

Disable border around section and nice yellow captions for installer

parent c2c5d976
File mode changed from 100755 to 100644
......@@ -49,3 +49,22 @@ QProgressBar::chunk {
stop: 1 #6f9fca) url(:/design/progress-cleanlooks.png);
border: 1px solid #46647f;
}
/* Sections */
AWizardFace AGroupBox {
border: 1px solid rgba(255, 255, 255, 0%);
}
AWizardFace AGroupBox::title {
color: #F8E97C;
font: bold;
}
QCheckBox:hover, QRadioButton:hover {
background: none;
}
/* Fix side effect on transparent background */
QCheckBox:indicator:hover, QRadioButton:indicator:hover {
margin-left: 1px;
}
File mode changed from 100755 to 100644
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment