6.9.0-alt15
- Really set Unicode black circle for password character - Remove white artifacts around QLineEdit on blue wallpaper
This commit is contained in:
parent
432d23858b
commit
0d6cf8e19c
@ -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%);
|
||||
|
Loading…
x
Reference in New Issue
Block a user