diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2007-09-19 14:15:39 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2007-09-19 14:15:39 +0000 |
commit | 09ef9e69c7383075bbd30a4c037fe2361b5ff839 (patch) | |
tree | 9e96af5f759a8724874d636e1c90badce5247a1f /dm | |
parent | 87952c15a510d2249a0ad04f3cb9031c297a08bd (diff) | |
download | common-data-09ef9e69c7383075bbd30a4c037fe2361b5ff839.tar common-data-09ef9e69c7383075bbd30a4c037fe2361b5ff839.tar.gz common-data-09ef9e69c7383075bbd30a4c037fe2361b5ff839.tar.bz2 common-data-09ef9e69c7383075bbd30a4c037fe2361b5ff839.tar.xz common-data-09ef9e69c7383075bbd30a4c037fe2361b5ff839.zip |
Fix mouseover text color
Diffstat (limited to 'dm')
-rw-r--r-- | dm/mdk-gdm.xml | 10 | ||||
-rw-r--r-- | dm/mdk-kde.xml | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/dm/mdk-gdm.xml b/dm/mdk-gdm.xml index 29078ae..b6ed4ec 100644 --- a/dm/mdk-gdm.xml +++ b/dm/mdk-gdm.xml @@ -29,7 +29,7 @@ </item> <item type="label"> <normal color="#FFFFFF" font="Sans 14"/> - <prelight color="#666666" font="Sans 14"/> + <prelight color="#BBBBBB" font="Sans 14"/> <active color="#0d2d84" font="Sans 14"/> <pos y="50%" anchor="w"/> <!-- Stock label for: _Language --> @@ -50,7 +50,7 @@ </item> <item type="label"> <normal color="#FFFFFF" font="Sans 14"/> - <prelight color="#666666" font="Sans 14"/> + <prelight color="#BBBBBB" font="Sans 14"/> <active color="#0d2d84" font="Sans 14"/> <pos y="50%" anchor="w"/> <!-- Stock label for: _Session --> @@ -71,7 +71,7 @@ </item> <item type="label"> <normal color="#FFFFFF" font="Sans 14"/> - <prelight color="#666666" font="Sans 14"/> + <prelight color="#BBBBBB" font="Sans 14"/> <active color="#0d2d84" font="Sans 14"/> <pos y="50%" anchor="w"/> <!-- Stock label for: _Actions --> @@ -92,7 +92,7 @@ </item> <item type="label"> <normal color="#FFFFFF" font="Sans 14"/> - <prelight color="#666666" font="Sans 14"/> + <prelight color="#BBBBBB" font="Sans 14"/> <active color="#0d2d84" font="Sans 14"/> <pos y="50%" anchor="w"/> <!-- Stock label for: D_isconnect --> @@ -101,7 +101,7 @@ </item> <item type="label"> <normal color="#FFFFFF" font="Sans 14"/> - <prelight color="#666666" font="Sans 14"/> + <prelight color="#BBBBBB" font="Sans 14"/> <active color="#0d2d84" font="Sans 14"/> <pos y="50%" anchor="w"/> <!-- Stock label for: _Quit --> diff --git a/dm/mdk-kde.xml b/dm/mdk-kde.xml index 9923832..62a3bb8 100644 --- a/dm/mdk-kde.xml +++ b/dm/mdk-kde.xml @@ -29,7 +29,7 @@ </item> <item type="label"> <normal color="#FFFFFF" font="Sans 11"/> - <prelight color="#666666" font="Sans 11"/> + <prelight color="#BBBBBB" font="Sans 11"/> <active color="#0d2d84" font="Sans 11"/> <pos y="50%" anchor="w"/> <stock type="language"/> @@ -50,7 +50,7 @@ </item> <item type="label"> <normal color="#FFFFFF" font="Sans 11"/> - <prelight color="#666666" font="Sans 11"/> + <prelight color="#BBBBBB" font="Sans 11"/> <active color="#0d2d84" font="Sans 11"/> <pos y="50%" anchor="w"/> <!-- Stock label for: _Session --> @@ -71,7 +71,7 @@ </item> <item type="label"> <normal color="#FFFFFF" font="Sans 11"/> - <prelight color="#666666" font="Sans 11"/> + <prelight color="#BBBBBB" font="Sans 11"/> <active color="#0d2d84" font="Sans 11"/> <pos y="50%" anchor="w"/> <!-- Stock label for: _Actions --> @@ -92,7 +92,7 @@ </item> <item type="label"> <normal color="#FFFFFF" font="Sans 11"/> - <prelight color="#666666" font="Sans 11"/> + <prelight color="#BBBBBB" font="Sans 11"/> <active color="#0d2d84" font="Sans 11"/> <pos y="50%" anchor="w"/> <!-- Stock label for: D_isconnect --> @@ -101,7 +101,7 @@ </item> <item type="label"> <normal color="#FFFFFF" font="Sans 11"/> - <prelight color="#666666" font="Sans 11"/> + <prelight color="#BBBBBB" font="Sans 11"/> <active color="#0d2d84" font="Sans 11"/> <pos y="50%" anchor="w"/> <!-- Stock label for: _Quit --> |