← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16697: minor color adjustment, use same color (bold orange) on both ouwt/oust

 

------------------------------------------------------------
revno: 16697
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-09-12 13:09:29 +0700
message:
  minor color adjustment, use same color (bold orange) on both ouwt/oust
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css


--
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/widgets.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2014-08-08 06:52:54 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2014-09-12 06:09:29 +0000
@@ -270,7 +270,7 @@
 
 div#orgUnitTree a.selected 
 {
-  color: #000;
+  color: orange !important;
   font-weight: bold;
 }
 
@@ -326,7 +326,8 @@
 
 div#selectionTree a.selected 
 {
-  color: orange;
+    color: orange !important;
+    font-weight: bold;
 }
 
 div#selectionTree a.locked