Skip to content

Commit

Permalink
Dev: Removed green hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Jul 14, 2021
1 parent dfd8a07 commit 9257a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/views/admin/permissiontemplates/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<?php
$this->widget('bootstrap.widgets.TbGridView', array(
'id' => 'RoleControl--identity-gridPanel',
'itemsCssClass' => 'table table-striped items',
'htmlOptions' => array('style'=>'cursor: pointer;', 'class'=>'hoverAction'),
'itemsCssClass' => 'table items',
'htmlOptions' => array('style'=>'cursor: pointer;'),
'dataProvider' => $model->search(),
'columns' => $model->columns,
'filter' => $model,
Expand Down

0 comments on commit 9257a4f

Please sign in to comment.