Disable border around section and nice yellow captions for installer
This commit is contained in:
parent
c2c5d97659
commit
021077e855
0
components/browser-qt/design/backward.png
Executable file → Normal file
0
components/browser-qt/design/backward.png
Executable file → Normal file
Before Width: | Height: | Size: 763 B After Width: | Height: | Size: 763 B |
@ -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
0
components/browser-qt/design/forward.png
Executable file → Normal file
Before Width: | Height: | Size: 739 B After Width: | Height: | Size: 739 B |
Loading…
x
Reference in New Issue
Block a user