Disable border around section and nice yellow captions for installer

This commit is contained in:
Andrey Cherepanov 2013-12-02 14:15:02 +04:00
parent c2c5d97659
commit 021077e855
3 changed files with 19 additions and 0 deletions

0
components/browser-qt/design/backward.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 763 B

After

Width:  |  Height:  |  Size: 763 B

View File

@ -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;
}

0
components/browser-qt/design/forward.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 739 B

After

Width:  |  Height:  |  Size: 739 B