Commit 744b8e3a authored by Andrey Cherepanov's avatar Andrey Cherepanov

6.9.0-alt23

- Disable white color for step title in LiveCD installer
parent 953bedc6
...@@ -6,7 +6,7 @@ ...@@ -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 ...@@ -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
......
...@@ -28,8 +28,3 @@ QCheckBox:hover, QRadioButton:hover { ...@@ -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;
}
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