diff --git a/submodules/devices/devices.js b/submodules/devices/devices.js index 702ae74..ecdbdfc 100644 --- a/submodules/devices/devices.js +++ b/submodules/devices/devices.js @@ -90,7 +90,7 @@ define(function(require){ if(_deviceId) { var row = parent.find('.grid-row[data-id=' + _deviceId + ']'); - monster.ui.fade(row, { + monster.ui.hightlight(row, { endColor: '#FCFCFC' }); } diff --git a/submodules/groups/groups.js b/submodules/groups/groups.js index 739cb50..c19460d 100644 --- a/submodules/groups/groups.js +++ b/submodules/groups/groups.js @@ -134,7 +134,7 @@ define(function(require){ if(_groupId) { var cells = parent.find('.grid-row[data-id=' + _groupId + '] .grid-cell'); - monster.ui.fade(cells); + monster.ui.hightlight(cells); } for (var group in dataTemplate.groups) { diff --git a/submodules/users/users.js b/submodules/users/users.js index 3b67cbd..5ce1ae4 100644 --- a/submodules/users/users.js +++ b/submodules/users/users.js @@ -217,7 +217,7 @@ define(function(require){ if(_userId) { var cells = parent.find('.grid-row[data-id=' + _userId + '] .grid-cell'); - monster.ui.fade(cells); + monster.ui.hightlight(cells); } if ( dataTemplate.users.length == 0) {