6.9.0-alt23
- Disable white color for step title in LiveCD installer
This commit is contained in:
parent
953bedc6f7
commit
744b8e3ac3
@ -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
|
||||||
|
@ -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;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user