=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/styles/style.css' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/styles/style.css 2015-12-24 12:02:01 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-capture/styles/style.css 2015-12-24 12:26:41 +0000 @@ -32,11 +32,15 @@ color: white !important; } - .select2-default { - color: #f00 !important; + .select2-chosen { + color: white !important; + } + + #header, #leftBar, .hideInPrint { + display: none !important; } - - #header, #leftBar, .hideInPrint { + + .select2-arrow, .ui-select-toggle { display: none !important; } } === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css 2015-12-24 12:02:01 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-tracker-capture/styles/style.css 2015-12-24 12:26:41 +0000 @@ -32,8 +32,16 @@ color: white !important; } + .select2-chosen { + color: white !important; + } + #header, #leftBar, .hideInPrint { display: none !important; + } + + .select2-arrow, .ui-select-toggle { + display: none !important; } }