← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6832: Changed pukey color in green style

 

------------------------------------------------------------
revno: 6832
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-05-02 17:08:10 +0200
message:
  Changed pukey color in green style
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/dom.js
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/logo_background.png
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/logo_separator.png


--
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-commons-resources/src/main/webapp/dhis-web-commons/css/green/dom.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/dom.js	2012-02-20 14:25:48 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/dom.js	2012-05-02 15:08:10 +0000
@@ -3,22 +3,22 @@
 {        
   $( "li.menuDropDownItem" ).mouseover( function() // Over dropdown item
   {
-    $( this ).css( "background-color", "#44b06a" );
+    $( this ).css( "background-color", "#679a6d" );
   });
   
   $( "li.menuDropDownItem" ).mouseout( function() // Out dropdown item
   {
-    $( this ).css( "background-color", "#278f43" );
+    $( this ).css( "background-color", "#4a6f4d" );
   });
   
   $( "li.introItem" ).mouseover( function() // Over intro item
   {
-    $( this ).css( "background-color", "#a4d2a3" );
+    $( this ).css( "background-color", "#9dc69c" );
   });
   
   $( "li.introItem" ).mouseout( function() // Out intro item
   {
-    $( this ).css( "background-color", "#d5efd5" );
+    $( this ).css( "background-color", "#d3e5d3" );
   });
 });
 

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css	2012-03-08 11:00:43 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/green.css	2012-05-02 15:08:10 +0000
@@ -193,13 +193,13 @@
 {
   font-size: 12px;
   color: #ffffff;
-  border-right: 1px solid #1f6432;
-  border-bottom: 1px solid #1f6432;
-  border-left: 1px solid #1f6432;
+  border-right: 1px solid #3f5841;
+  border-bottom: 1px solid #3f5841;
+  border-left: 1px solid #3f5841;
   padding-left: 5px;
   padding-right: 5px;
   width: 189px;
-  background-color: #278f43;
+  background-color: #4a6f4d;
   display: none;
   z-index: 10;
   filter: alpha(opacity=90);
@@ -240,7 +240,7 @@
 
 #leftBar
 {
-  background-color: #278f43;
+  background-color: #4a6f4d;
   height: 535px;
   width: 235px;
   float: left;
@@ -248,8 +248,8 @@
   top: 46px;
   left: 0px;
   padding-top: 6px;
-  border-right: 1px solid #1f6432;
-  border-bottom: 1px solid #1f6432;
+  border-right: 1px solid #3f5841;
+  border-bottom: 1px solid #3f5841;
   filter: alpha(opacity=90);
   opacity: 0.90;
   border-bottom-right-radius: 5px;
@@ -264,7 +264,7 @@
 #leftBarContents h2
 {
   font-size: 14px;
-  background-color: #44b06a;
+  background-color: #679a6d;
   margin: 16px 15px 0px 15px;
   padding: 5px 0px 4px 10px;
   color: white;
@@ -429,7 +429,7 @@
   display: none;
   list-style-type:none;
   width: 450px;
-  background-color: #d5efd5;
+  background-color: #d3e5d3;
   border: 1px solid #a4d2a3;
   padding-top: 15px;
   padding-bottom: 20px;

=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/logo_background.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/logo_background.png	2012-02-20 14:25:48 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/logo_background.png	2012-05-02 15:08:10 +0000 differ
=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/logo_separator.png'
Binary files dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/logo_separator.png	2012-02-20 14:25:48 +0000 and dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/green/logo_separator.png	2012-05-02 15:08:10 +0000 differ