diff options
Diffstat (limited to 'perl-install/share')
-rw-r--r-- | perl-install/share/install.rc | 5 | ||||
-rw-r--r-- | perl-install/share/themes-marble3d.rc | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/perl-install/share/install.rc b/perl-install/share/install.rc index 9d9d30db1..d08a29432 100644 --- a/perl-install/share/install.rc +++ b/perl-install/share/install.rc @@ -14,13 +14,8 @@ style "logo" = "background" engine "pixmap" { image { function = FLAT_BOX } } } -style "stepsReachable" -{ -} - widget "*" style "default-font" widget "Steps" style "steps" widget "*Steps*" style "small-font" -widget "*StepsReachable*" style "stepsReachable" widget "*logo*" style "logo" diff --git a/perl-install/share/themes-marble3d.rc b/perl-install/share/themes-marble3d.rc index 9f11ef583..5d38424ef 100644 --- a/perl-install/share/themes-marble3d.rc +++ b/perl-install/share/themes-marble3d.rc @@ -194,11 +194,6 @@ style "steps" } } -style "stepsReachable" -{ - fg[NORMAL] = { 0.25, 0.15, 0.05 } -} - widget_class "GtkWindow" style "window" widget_class "*" style "any" widget_class "*GtkSpin*" style "entry" |