← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 17217: Css, input form, minor

 

------------------------------------------------------------
revno: 17217
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2014-10-22 20:43:19 +0200
message:
  Css, input form, minor
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-10-10 14:07:30 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.css	2014-10-22 18:43:19 +0000
@@ -556,7 +556,7 @@
   border-radius: 3px;
   padding: 6px 5px;
   margin: 2px 0;
-  color: #333;
+  color: #222;
 }
 
 .setting select,
@@ -569,6 +569,7 @@
   border-radius: 3px;
   background-color: #fff;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
+  color: #222;
 }
 
 .setting textarea,