← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 592: (GIS) Slight font color modification.

 

------------------------------------------------------------
revno: 592
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Sat 2009-09-05 19:06:54 +0700
message:
  (GIS) Slight font color modification.
modified:
  dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/config.js


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/config.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/config.js	2009-09-05 12:03:17 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/mapping/script/config.js	2009-09-05 12:06:54 +0000
@@ -37,10 +37,10 @@
     gridpanel_height = 700;
     combo_width = 150;
     
-    MENU_TEXTCOLOR = '#777'; // label
-	MENU_TEXTCOLOR_INFO = '#444'; // info text
-    MENU_TITLECOLOR_LIGHT = '#555'; // panel title
-	MENU_TITLECOLOR_ADMIN = '#222';
+    MENU_TEXTCOLOR = '#666'; // label
+	MENU_TEXTCOLOR_INFO = '#222'; // info text
+    MENU_TITLECOLOR_LIGHT = '#444'; // panel title
+	MENU_TITLECOLOR_ADMIN = '#111';
 	MENU_EMPTYTEXT = '';
 	MENU_LABELSEPARATOR = '';