dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #42140
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 21528: tracker/event-capture: hide placeholder text and select2 dropdown arrown during print
------------------------------------------------------------
revno: 21528
committer: Abyot Asalefew Gizaw <abyota@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2015-12-24 13:26:41 +0100
message:
tracker/event-capture: hide placeholder text and select2 dropdown arrown during print
modified:
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-tracker-capture/styles/style.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-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;
}
}