diff options
Diffstat (limited to 'perl-install/install/share/themes-galaxy.rc')
-rw-r--r-- | perl-install/install/share/themes-galaxy.rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl-install/install/share/themes-galaxy.rc b/perl-install/install/share/themes-galaxy.rc index 346b27f5b..e1005f225 100644 --- a/perl-install/install/share/themes-galaxy.rc +++ b/perl-install/install/share/themes-galaxy.rc @@ -25,6 +25,11 @@ style "background" bg[NORMAL] = "#FFFFFF" } +style "white_background" +{ + bg[NORMAL] = "#FFFFFF" +} + style "Left_background" { bg[NORMAL] = "#2859B5" @@ -37,4 +42,5 @@ widget "*Step-categories*" style "step-categories" widget "*Left_background*" style "Left_background" widget "*logo*" style "white-on-blue" widget "*background*" style "background" +widget "*white_background*" style "white_background" widget "*Banner*" style "banner" |