Commit 9ff14a22 authored by Mikhail Efremov's avatar Mikhail Efremov

Fix design.qss.

Drop wrong lines.
parent cbe9fb7f
...@@ -4,19 +4,13 @@ ...@@ -4,19 +4,13 @@
/* background-image: url(:/design/bg.png);*/ /* background-image: url(:/design/bg.png);*/
background-color: rgb(0,139,209); background-color: rgb(0,139,209);
background-position: center; background-position: center;
wizardface_title_text: white; background-repeat: no-repeat;
wizardface_title_text: rgb(255,255,255);
background-repeat: no-repeat
} }
.AWizardFace #wizardface_title_text { .AWizardFace #wizardface_title_text {
color: white; color: white;
} }
.AWizardFace#wizardface_title_text: rgb(255,255,255);
AWizardFace#wizardface_title_text: rgb(255,255,255);
.ACenterFace { .ACenterFace {
border-style: none; border-style: none;
} }
...@@ -30,7 +24,6 @@ QLineEdit { ...@@ -30,7 +24,6 @@ QLineEdit {
lineedit-password-character: 9679; lineedit-password-character: 9679;
} }
/* Customize tooltips. */ /* Customize tooltips. */
QToolTip { QToolTip {
background-color: rgb(200,200,255); background-color: rgb(200,200,255);
......
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