diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.html b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.html index 133df48604115f2c0dc606584883bc6586c9a431..b84ad18537af7aa954d90c4eebfeed45fd9aef72 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.html +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.html @@ -7,6 +7,11 @@ background-color: #F5F5F5; } + .fuelux-selectable .repeater-list-wrapper tr:hover { + background-color: #FBFBFB; + cursor: pointer; + } + /* * Bugfix: Fuelux don't refresh last column correctly so we add a dummy one and hide, check also javascript part */ diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js index 2417869f5242ca680b7fde83a58cd1b072e5af38..76b9be4ea121e89c3b76376048ac3730fc934d20 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js @@ -20,6 +20,11 @@ $.extend(Grid.prototype, { thisGrid.panel.html(template); thisGrid.renderColumnDropdown(); thisGrid.renderDropDownOptions(); + + if(thisGrid.rowClickListeners.length > 0) { + thisGrid.panel.addClass("fuelux-selectable"); + } + thisGrid.panel.repeater({ defaultView : "list", dataSource : function(options, callback) {