← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5041: Comestic fixed.

 

Merge authors:
  Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 5041 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2011-10-26 12:48:00 +0200
message:
  Comestic fixed.
modified:
  dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/css/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-visualizer/src/main/webapp/dhis-web-visualizer/app/css/style.css'
--- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/css/style.css	2011-10-26 10:30:59 +0000
+++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/css/style.css	2011-10-26 10:46:53 +0000
@@ -105,22 +105,20 @@
     border-style: none;
 }
 
-/* Multiselect (custom) transparent row hover */
-#indicator_fs .x-boundlist-item-over, #dataelement_fs .x-boundlist-item-over {
-    background-color: transparent;
-    border-color: #fff;
-}
-#indicator_fs .x-boundlist-selected, #dataelement_fs .x-boundlist-selected {
+/* Boundlist (multiselect, comboboxlist etc) */
+.x-boundlist-item {
+    color: #333;
+    padding: 2px 2px 2px 4px;
+}
+.x-boundlist-item-over {
+    background-color: #eee;
+    border-color: #ddd;
+}
+.x-boundlist-selected {
     background-color: #d3d3d3;
     border-color: #b3abaa;
 }
 
-/* List (combo, multiselect etc) style */
-.x-boundlist-item {
-    color:#333;
-    padding: 2px 2px 2px 4px;
-}
-
 /* Checkbox box label */
 .x-form-cb-label-after {
     padding-left: 3px;