Commit 0d6cf8e1 authored by Andrey Cherepanov's avatar Andrey Cherepanov

6.9.0-alt15

- Really set Unicode black circle for password character - Remove white artifacts around QLineEdit on blue wallpaper
parent 432d2385
......@@ -6,7 +6,7 @@
Name: branding-%brand-%theme
Version: 6.9.0
Release: alt14
Release: alt15
BuildRequires: cpio fonts-ttf-dejavu fonts-ttf-droid
BuildRequires: design-bootloader-source >= 5.0-alt2
......@@ -447,6 +447,10 @@ cat '/%_datadir/themes/%XdgThemeName/panel-default-setup.entries' > \
%_desktopdir/indexhtml.desktop
%changelog
* Fri Dec 28 2012 Andrey Cherepanov <cas@altlinux.org> 6.9.0-alt15
- Really set Unicode black circle for password character
- Remove white artifacts around QLineEdit on blue wallpaper
* Wed Dec 12 2012 Andrey Cherepanov <cas@altlinux.org> 6.9.0-alt14
- Create mate-settings subpackage
- Set light-blue background for GRUB console
......
......@@ -17,10 +17,14 @@
}
/* Nice WindowsXP-style password character for password line edits. */
QLineEdit[echoMode="2"] {
QLineEdit {
lineedit-password-character: 9679;
}
AWizardFace QLineEdit {
border: 2px inset gray;
}
/* White color for labels: 100% for title text and 80% for other labels */
AWizardFace QLabel {
color: rgba(255, 255, 255, 80%);
......
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