diff options
author | Laurent Montel <lmontel@mandriva.org> | 2006-09-04 08:29:26 +0000 |
---|---|---|
committer | Laurent Montel <lmontel@mandriva.org> | 2006-09-04 08:29:26 +0000 |
commit | 1cecd0c5eab4d8d9064f0dc065270cdb98f42b3e (patch) | |
tree | 862a726f7448de99d573ae68e015c4159b43b65c | |
parent | 5a6af3fe56ab0c9a8e42bd17eed7b2aeae45080f (diff) | |
download | common-data-1cecd0c5eab4d8d9064f0dc065270cdb98f42b3e.tar common-data-1cecd0c5eab4d8d9064f0dc065270cdb98f42b3e.tar.gz common-data-1cecd0c5eab4d8d9064f0dc065270cdb98f42b3e.tar.bz2 common-data-1cecd0c5eab4d8d9064f0dc065270cdb98f42b3e.tar.xz common-data-1cecd0c5eab4d8d9064f0dc065270cdb98f42b3e.zip |
Change design as requested by design team
-rw-r--r-- | dm/mdk-kde.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dm/mdk-kde.xml b/dm/mdk-kde.xml index 415971a..9591e90 100644 --- a/dm/mdk-kde.xml +++ b/dm/mdk-kde.xml @@ -144,17 +144,17 @@ </item> <item type="rect"> - <normal color="#ffffff" alpha="0.6"/> + <normal color="#ffffff" alpha="0"/> <pos anchor="c" x="50%" y="40%" width="box" height="box"/> <box orientation="vertical" min-width="350" xpadding="30" ypadding="30" spacing="10"> <item type="label"> <pos anchor="n" x="50%"/> - <normal color="#000000" font="Sans 18"/> + <normal color="#FFFFFF" font="Sans 18"/> <!-- Stock label for: Welcome to %h --> <stock type="welcome-label"/> </item> <item type="rect" id="talker"> - <normal color="#000000" alpha="0" font="Sans 16"/> + <normal color="#FFFFFF" alpha="0" font="Sans 16"/> <pos anchor="n" x="50%" width="box" height="box"/> <!-- box orientation="vertical" xpadding="0" ypadding="0" spacing="10" --> <box orientation="horizontal" xpadding="0" ypadding="0" spacing="0"> @@ -164,13 +164,13 @@ <box orientation="vertical" xpadding="0" ypadding="0" spacing="14"> <item type="label"> <pos anchor="ne" x="100%"/> - <normal color="#000000" font="Sans 16"/> + <normal color="#FFFFFF" font="Sans 16"/> <!-- Stock label for: Username: --> <stock type="username-label"/> </item> <item type="label"> <pos anchor="ne" x="100%"/> - <normal color="#000000" font="Sans 16"/> + <normal color="#FFFFFF" font="Sans 16"/> <!-- Stock label for: Password: --> <stock type="password-label"/> </item> |