Set 100% white color for installer labels and dark blue for progressbar
This commit is contained in:
parent
cfa02b08f7
commit
0c52ae6e55
@ -31,9 +31,9 @@ AWizardFace QLineEdit {
|
||||
border: 2px inset gray;
|
||||
}
|
||||
|
||||
/* White color for labels: 100% for title text and 80% for other labels */
|
||||
/* White color for labels: 100% white for title text and for other labels */
|
||||
AWizardFace QLabel {
|
||||
color: rgba(255, 255, 255, 80%);
|
||||
color: rgba(255, 255, 255, 100%);
|
||||
}
|
||||
|
||||
QCheckBox, QRadioButton {
|
||||
@ -41,11 +41,11 @@ QCheckBox, QRadioButton {
|
||||
}
|
||||
|
||||
AWizardFace QCheckBox:checked, AWizardFace QCheckBox:unchecked, AWizardFace QCheckBox:indeterminate {
|
||||
color: rgba(255, 255, 255, 80%);
|
||||
color: rgba(255, 255, 255, 100%);
|
||||
}
|
||||
|
||||
AWizardFace QRadioButton:checked, AWizardFace QRadioButton:unchecked, AWizardFace QRadioButton:indeterminate {
|
||||
color: rgba(255, 255, 255, 80%);
|
||||
color: rgba(255, 255, 255, 100%);
|
||||
}
|
||||
|
||||
/* Sections */
|
||||
@ -54,8 +54,8 @@ AWizardFace AGroupBox {
|
||||
}
|
||||
|
||||
AWizardFace AGroupBox::title {
|
||||
color: #F8E97C;
|
||||
font: bold;
|
||||
color: #F8E97C;
|
||||
font: bold;
|
||||
}
|
||||
|
||||
QCheckBox:hover, QRadioButton:hover {
|
||||
@ -88,3 +88,15 @@ AWizardFaceStepList {
|
||||
background-color: rgba(235, 235, 235, 10%);
|
||||
}
|
||||
*/
|
||||
|
||||
QProgressBar {
|
||||
background: white;
|
||||
border: 1px solid #b8b2ad;
|
||||
}
|
||||
|
||||
QProgressBar::chunk {
|
||||
background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #132C90,
|
||||
stop: 1 #001056) url(:/design/progress-cleanlooks.png);
|
||||
border: 1px solid #001056;
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 400 B |
Loading…
x
Reference in New Issue
Block a user