Commit 586a563d authored by Andrey Cherepanov's avatar Andrey Cherepanov

6.9.0-alt22

- Set different qss style file for LiveCD
parent 00f88d04
......@@ -6,7 +6,7 @@
Name: branding-%brand-%theme
Version: 6.9.0
Release: alt21
Release: alt22
BuildRequires: cpio fonts-ttf-dejavu fonts-ttf-droid
BuildRequires: design-bootloader-source >= 5.0-alt2
......@@ -362,6 +362,9 @@ subst 's/#theme-name=/theme-name=Clearlooks-Phenix/' /etc/lightdm/lightdm-gtk-gr
%_desktopdir/indexhtml.desktop
%changelog
* Thu Apr 11 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.0-alt22
- Set different qss style file for LiveCD
* Wed Apr 10 2013 Anton V. Boyarshinov <boyarsh@altlinux.ru> 6.9.0-alt21
- lightdm theme setup added to mate-settings
- setting GTK+ QT style added to mate-settings
......
......@@ -5,9 +5,9 @@ components/browser-qt/design/bg.png: images/installer.png
browser-qt:components/browser-qt/design/bg.png
install -d $(datadir)/alterator-browser-qt/design
rcc-qt4 -binary components/browser-qt/theme.qrc -o $(datadir)/alterator-browser-qt/design/$(THEME).rcc;
subst 's/background-image.*//' components/browser-qt/design/design.qss
rcc-qt4 -binary components/browser-qt/theme.qrc -o $(datadir)/alterator-browser-qt/design/$(THEME)-live.rcc;
rcc-qt4 -binary components/browser-qt/theme.qrc -o $(datadir)/alterator-browser-qt/design/$(THEME).rcc
cp -f components/browser-qt/design/design-live.qss components/browser-qt/design/design.qss
rcc-qt4 -binary components/browser-qt/theme.qrc -o $(datadir)/alterator-browser-qt/design/$(THEME)-live.rcc
install -d $(sysconfdir)/alternatives/packages.d
printf '/etc/alterator/design-browser-qt\t/usr/share/alterator-browser-qt/design/$(THEME).rcc\t50\n'>$(sysconfdir)/alternatives/packages.d/$(THEME).rcc
......
/* Customize any plain widget that is a child of a QMainWindow. */
/* Main area */
.AWizardFace {
border-style: none;
background-position: top left;
background-repeat: no-repeat
}
.ACenterFace {
border-style: none;
}
.ACenterFace #modules_view {
background-color: white;
}
/* Nice WindowsXP-style password character for password line edits. */
QLineEdit {
lineedit-password-character: 9679;
}
QCheckBox:hover, QRadioButton:hover {
background: none;
}
/* Fix side effect on transparent background */
QCheckBox:indicator:hover, QRadioButton:indicator:hover {
margin-left: 1px;
}
/* Step title */
QLabel#wizardface_title_text {
color: white;
}
......@@ -46,6 +46,7 @@ AC_CONFIG_FILES([
components/bootsplash/theme.plymouth
components/browser-qt/design/design.ini
components/browser-qt/design/design.qss
components/browser-qt/design/design-live.qss
components/bootloader/gfxboot.cfg
components/indexhtml/index-ru.html
components/indexhtml/index-en.html
......
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