browser-qt design: Fix password characters.

From Centaurus branding.
This commit is contained in:
Mikhail Efremov 2013-02-27 17:27:05 +04:00
parent 65e5974351
commit cbe9fb7f68

View File

@ -19,14 +19,14 @@ AWizardFace#wizardface_title_text: rgb(255,255,255);
.ACenterFace {
border-style: none;
}
}
.ACenterFace #modules_view {
background-color: white;
}
/* Nice WindowsXP-style password character for password line edits. */
QLineEdit[echoMode="2"] {
QLineEdit {
lineedit-password-character: 9679;
}