summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-19 15:40:43 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-19 15:40:43 +0000
commitc056917840ec40a483d5bd3a5c69172e69516e59 (patch)
tree526760e5ab4ec796231be5073f86583b2a76e7a1
parent83e6a7028c3a197d78842862ba54bae76c8abf71 (diff)
downloaddrakx-c056917840ec40a483d5bd3a5c69172e69516e59.tar
drakx-c056917840ec40a483d5bd3a5c69172e69516e59.tar.gz
drakx-c056917840ec40a483d5bd3a5c69172e69516e59.tar.bz2
drakx-c056917840ec40a483d5bd3a5c69172e69516e59.tar.xz
drakx-c056917840ec40a483d5bd3a5c69172e69516e59.zip
move ressources file so that it's availlable to standalone tools too
-rw-r--r--perl-install/share/themes-galaxy.rc (renamed from perl-install/install/share/themes-galaxy.rc)23
1 files changed, 23 insertions, 0 deletions
diff --git a/perl-install/install/share/themes-galaxy.rc b/perl-install/share/themes-galaxy.rc
index 346b27f5b..1f7512caa 100644
--- a/perl-install/install/share/themes-galaxy.rc
+++ b/perl-install/share/themes-galaxy.rc
@@ -16,6 +16,7 @@ style "step-categories"
style "banner"
{
fg[NORMAL] = "#5A8AD6"
+ bg[NORMAL] = "#FFD200"
fg[ACTIVE] = "#5A8AD6"
fg[PRELIGHT] = "#5A8AD6"
}
@@ -32,9 +33,31 @@ style "Left_background"
fg[NORMAL] = "#FFD200"
}
+style "show_images"
+{
+ GtkWidget::gtk-button-images=0
+}
+
+class "GtkRadioButton" style "show_images"
+
+
widget "*Steps*" style "white-on-blue"
widget "*Step-categories*" style "step-categories"
widget "*Left_background*" style "Left_background"
widget "*logo*" style "white-on-blue"
widget "*background*" style "background"
widget "*Banner*" style "banner"
+
+
+style "pbar"
+{
+ GtkProgressBar::min-vertical-bar-heigh=3
+ GtkProgressBar::min-horizontal-bar-heigh=3
+ GtkWidget::min-vertical-bar-heigh=3
+ GtkWidget::min-horizontal-bar-heigh=3
+}
+
+class "GtkProgressBar" style "pbar"
+
+
+