Commit 5a2af83d authored by Anton V. Boyarshinov's avatar Anton V. Boyarshinov

browser-qt/design/design.qss.in: progress bar colors changed

parent 8664c315
...@@ -112,7 +112,7 @@ AWizardFace StepList { ...@@ -112,7 +112,7 @@ AWizardFace StepList {
QProgressBar { QProgressBar {
font-weight: bold; font-weight: bold;
color: #3892D4; color: #fee27f;
background: white; background: white;
border: 1px solid #b8b2ad; border: 1px solid #b8b2ad;
} }
...@@ -120,8 +120,8 @@ QProgressBar { ...@@ -120,8 +120,8 @@ QProgressBar {
QProgressBar::chunk { QProgressBar::chunk {
background-color: #132C90; background-color: #132C90;
background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #132C90, stop: 0 #6f5d51,
stop: 1 #001056) url(:/design/progress-cleanlooks.png); stop: 1 #423f48) url(:/design/progress-cleanlooks.png);
border: 1px solid #001056; border: 1px solid #001056;
} }
......
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