Commit 0c52ae6e authored by Andrey Cherepanov's avatar Andrey Cherepanov

Set 100% white color for installer labels and dark blue for progressbar

parent cfa02b08
...@@ -31,9 +31,9 @@ AWizardFace QLineEdit { ...@@ -31,9 +31,9 @@ AWizardFace QLineEdit {
border: 2px inset gray; 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 { AWizardFace QLabel {
color: rgba(255, 255, 255, 80%); color: rgba(255, 255, 255, 100%);
} }
QCheckBox, QRadioButton { QCheckBox, QRadioButton {
...@@ -41,11 +41,11 @@ QCheckBox, QRadioButton { ...@@ -41,11 +41,11 @@ QCheckBox, QRadioButton {
} }
AWizardFace QCheckBox:checked, AWizardFace QCheckBox:unchecked, AWizardFace QCheckBox:indeterminate { 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 { AWizardFace QRadioButton:checked, AWizardFace QRadioButton:unchecked, AWizardFace QRadioButton:indeterminate {
color: rgba(255, 255, 255, 80%); color: rgba(255, 255, 255, 100%);
} }
/* Sections */ /* Sections */
...@@ -54,8 +54,8 @@ AWizardFace AGroupBox { ...@@ -54,8 +54,8 @@ AWizardFace AGroupBox {
} }
AWizardFace AGroupBox::title { AWizardFace AGroupBox::title {
color: #F8E97C; color: #F8E97C;
font: bold; font: bold;
} }
QCheckBox:hover, QRadioButton:hover { QCheckBox:hover, QRadioButton:hover {
...@@ -88,3 +88,15 @@ AWizardFaceStepList { ...@@ -88,3 +88,15 @@ AWizardFaceStepList {
background-color: rgba(235, 235, 235, 10%); 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;
}
browser-qt/design/progress-cleanlooks.png

371 Bytes | W: | H:

browser-qt/design/progress-cleanlooks.png

400 Bytes | W: | H:

browser-qt/design/progress-cleanlooks.png
browser-qt/design/progress-cleanlooks.png
browser-qt/design/progress-cleanlooks.png
browser-qt/design/progress-cleanlooks.png
  • 2-up
  • Swipe
  • Onion skin
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