6.9.0-alt23

- Disable white color for step title in LiveCD installer
This commit is contained in:
Andrey Cherepanov 2013-04-23 12:37:59 +04:00
parent 953bedc6f7
commit 744b8e3ac3
2 changed files with 4 additions and 6 deletions

View File

@ -6,7 +6,7 @@
Name: branding-%brand-%theme Name: branding-%brand-%theme
Version: 6.9.0 Version: 6.9.0
Release: alt22 Release: alt23
BuildRequires: cpio fonts-ttf-dejavu fonts-ttf-droid BuildRequires: cpio fonts-ttf-dejavu fonts-ttf-droid
BuildRequires: design-bootloader-source >= 5.0-alt2 BuildRequires: design-bootloader-source >= 5.0-alt2
@ -364,6 +364,9 @@ subst 's/#theme-name=/theme-name=Clearlooks-Phenix/' /etc/lightdm/lightdm-gtk-gr
%_desktopdir/indexhtml.desktop %_desktopdir/indexhtml.desktop
%changelog %changelog
* Tue Apr 23 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.0-alt23
- Disable white color for step title in LiveCD installer
* Thu Apr 11 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.0-alt22 * Thu Apr 11 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.0-alt22
- Set different qss style file for LiveCD - Set different qss style file for LiveCD
- Colorize bootloader bottom bar - Colorize bootloader bottom bar

View File

@ -28,8 +28,3 @@ QCheckBox:hover, QRadioButton:hover {
QCheckBox:indicator:hover, QRadioButton:indicator:hover { QCheckBox:indicator:hover, QRadioButton:indicator:hover {
margin-left: 1px; margin-left: 1px;
} }
/* Step title */
QLabel#wizardface_title_text {
color: white;
}