Commit cbe9fb7f authored by Mikhail Efremov's avatar Mikhail Efremov

browser-qt design: Fix password characters.

From Centaurus branding.
parent 65e59743
...@@ -19,14 +19,14 @@ AWizardFace#wizardface_title_text: rgb(255,255,255); ...@@ -19,14 +19,14 @@ AWizardFace#wizardface_title_text: rgb(255,255,255);
.ACenterFace { .ACenterFace {
border-style: none; border-style: none;
} }
.ACenterFace #modules_view { .ACenterFace #modules_view {
background-color: white; background-color: white;
} }
/* Nice WindowsXP-style password character for password line edits. */ /* Nice WindowsXP-style password character for password line edits. */
QLineEdit[echoMode="2"] { QLineEdit {
lineedit-password-character: 9679; lineedit-password-character: 9679;
} }
......
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