diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-05-14 22:11:48 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-05-14 22:11:48 +0000 |
commit | 43d6ef823f65f2ac94723bc4f9173dc9f46cdb7e (patch) | |
tree | b72f1cbec2ec86acb06ed6520246bf536f7d0841 /kde4-profiles | |
parent | 8c65b95d87ca635b000b004db35e29bef8f322b2 (diff) | |
download | config-43d6ef823f65f2ac94723bc4f9173dc9f46cdb7e.tar config-43d6ef823f65f2ac94723bc4f9173dc9f46cdb7e.tar.gz config-43d6ef823f65f2ac94723bc4f9173dc9f46cdb7e.tar.bz2 config-43d6ef823f65f2ac94723bc4f9173dc9f46cdb7e.tar.xz config-43d6ef823f65f2ac94723bc4f9173dc9f46cdb7e.zip |
Revert fonts color
Diffstat (limited to 'kde4-profiles')
-rw-r--r-- | kde4-profiles/common/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml | 6 | ||||
-rw-r--r-- | kde4-profiles/netbook/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml | 4 |
2 files changed, 5 insertions, 5 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 c6938b9..788a129 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="#000000" alpha="0.4"/> + <normal color="#FFFFFF" 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="#000000" font="Sans medium 12"/> + <normal color="#FFFFFF" 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="#000000" font="Sans medium 12"/> + <normal color="#FFFFFF" font="Sans medium 12"/> <stock type="password-label"/> </item> <!-- user entry --> diff --git a/kde4-profiles/netbook/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml b/kde4-profiles/netbook/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml index 1c6b1d5..a9c898a 100644 --- a/kde4-profiles/netbook/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml +++ b/kde4-profiles/netbook/share/config/kdm/themes/mageia-kde4/mageia-kde4.xml @@ -46,7 +46,7 @@ <!-- Stock label for: Username: --> <item type="label"> <pos anchor="nw" x="0"/> - <normal color="#000000" font="Sans medium 12"/> + <normal color="#FFFFFF" 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="#000000" font="Sans medium 12"/> + <normal color="#FFFFFF" font="Sans medium 12"/> <stock type="password-label"/> </item> <!-- user entry --> |