6.9.0-alt22
- Set different qss style file for LiveCD
This commit is contained in:
parent
00f88d0413
commit
586a563d8c
@ -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
|
||||
|
||||
|
35
components/browser-qt/design/design-live.qss.in
Normal file
35
components/browser-qt/design/design-live.qss.in
Normal file
@ -0,0 +1,35 @@
|
||||
/* 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user