diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-08-23 21:01:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-08-23 21:01:21 +0000 |
commit | 33280055c72fd53c4f85db213d7415ca0a064a7e (patch) | |
tree | 533c9ae5bdc1567c3e06f708478822e16c10ab3a /perl-install/share/install.rc | |
parent | 9055935d2adbdb679ec1ccdbd728ba2c542a60f8 (diff) | |
download | drakx-33280055c72fd53c4f85db213d7415ca0a064a7e.tar drakx-33280055c72fd53c4f85db213d7415ca0a064a7e.tar.gz drakx-33280055c72fd53c4f85db213d7415ca0a064a7e.tar.bz2 drakx-33280055c72fd53c4f85db213d7415ca0a064a7e.tar.xz drakx-33280055c72fd53c4f85db213d7415ca0a064a7e.zip |
no_comment
Diffstat (limited to 'perl-install/share/install.rc')
-rw-r--r-- | perl-install/share/install.rc | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/perl-install/share/install.rc b/perl-install/share/install.rc index 44e808c66..d02ae6105 100644 --- a/perl-install/share/install.rc +++ b/perl-install/share/install.rc @@ -8,7 +8,27 @@ style "steps" style "logo" { bg[NORMAL] = { 1.0, 1.0, 1.0 } + fg[NORMAL] = { 1.0, 1.0, 1.0 } + text[NORMAL] = { 1.0, 1.0, 1.0 } + fg[ACTIVE] = { 1.0, 1.0, 1.0 } + text[ACTIVE] = { 1.0, 1.0, 1.0 } + fg[PRELIGHT] = { 1.0, 1.0, 1.0 } + text[PRELIGHT] = { 1.0, 1.0, 1.0 } + fg[SELECTED] = { 1.0, 1.0, 1.0 } + text[SELECTED] = { 1.0, 1.0, 1.0 } + fg[INSENSITIVE] = { 1.0, 1.0, 1.0 } + text[INSENSITIVE] = { 1.0, 1.0, 1.0 } + bg[NORMAL] = { 1.0, 1.0, 1.0 } + base[NORMAL] = { 1.0, 1.0, 1.0 } + bg[ACTIVE] = { 1.0, 1.0, 1.0 } + base[ACTIVE] = { 1.0, 1.0, 1.0 } + bg[PRELIGHT] = { 1.0, 1.0, 1.0 } + base[PRELIGHT] = { 1.0, 1.0, 1.0 } + bg[SELECTED] = { 1.0, 1.0, 1.0 } + base[SELECTED] = { 1.0, 1.0, 1.0 } + bg[INSENSITIVE] = { 1.0, 1.0, 1.0 } + base[INSENSITIVE] = { 1.0, 1.0, 1.0 } } widget "*Steps*" style "steps" -widget "*logo*" style "logo"
\ No newline at end of file +widget "*logo*" style "logo" |