← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8267: minor color adjustment to .select2-highlighted

 

------------------------------------------------------------
revno: 8267
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2012-09-26 16:00:21 +0700
message:
  minor color adjustment to .select2-highlighted
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/select2/select2.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/select2/select2.css'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/select2/select2.css	2012-09-25 13:56:20 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/select2/select2.css	2012-09-26 09:00:21 +0000
@@ -301,7 +301,8 @@
 }
 
 .select2-results .select2-highlighted {
-  background: #3875d7;
+  /* background: #3875d7; */
+  background: #6C9BC0; /* DHIS modification */
   color: #fff;
 }
 .select2-results li em {