Commit d3ec2536 authored by Andrey Cherepanov's avatar Andrey Cherepanov

Draw allerator-browser-qt background from top left corner

Draw title as 100% white and other labels in 80% white
parent a14fa72c
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.AWizardFace { .AWizardFace {
border-style: none; border-style: none;
background-image: url(:/design/bg.png); background-image: url(:/design/bg.png);
background-position: bottom right; background-position: top left;
background-repeat: no-repeat background-repeat: no-repeat
} }
...@@ -19,3 +19,11 @@ QLineEdit[echoMode="2"] { ...@@ -19,3 +19,11 @@ QLineEdit[echoMode="2"] {
lineedit-password-character: 9679; lineedit-password-character: 9679;
} }
/* White color for labels: 100% for title text and 80% for other labels */
QLabel {
color: rgba(255, 255, 255, 80%);
}
QLabel#wizardface_title_text {
color: white;
}
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