diff options
Diffstat (limited to 'kde4-profiles/common/share')
-rw-r--r-- | kde4-profiles/common/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde4-profiles/common/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml b/kde4-profiles/common/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml index 788a129..c6938b9 100644 --- a/kde4-profiles/common/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml +++ b/kde4-profiles/common/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml @@ -8,7 +8,7 @@ <!-- MAIN BOX --> <item type="rect"> - <normal color="#FFFFFF" alpha="0.4"/> + <normal color="#000000" alpha="0.4"/> <pos y="50%" x="50%" width="600" height="276" anchor="c"/> <box orientation="vertical"> <item type="rect"> @@ -46,7 +46,7 @@ <!-- Stock label for: Username: --> <item type="label"> <pos anchor="nw" x="0"/> - <normal color="#FFFFFF" font="Sans medium 12"/> + <normal color="#000000" font="Sans medium 12"/> <stock type="username-label"/> </item> <!-- user entry --> @@ -57,7 +57,7 @@ <!-- Stock label for: Password: --> <item type="label"> <pos anchor="nw" x="0"/> - <normal color="#FFFFFF" font="Sans medium 12"/> + <normal color="#000000" font="Sans medium 12"/> <stock type="password-label"/> </item> <!-- user entry --> |