Howto: OpenCart admin panel table hover
Quick code snippet for how to add table row hover effect for the admin panel so you can quickly tell what you are about to edit. Anyone with a display greater than about 22 inches is sure to have had problems, especially at the modules screen, when trying to make sure they are clicking the correct ‘edit’ or ‘install’ button.
I know it bugs me so here is a little piece of jQuery that you can drop into system to make the current row you are hovering over change color.
Ok, open up the following file:-
admin/view/template/common/header.tpl
Just before the closing </head> tag insert the following:-
That’s it.
If you are running vQmod for OpenCart then you just download the vQmod file table-row-hover-fix.xml.zip.


Pingback: Howto: OpenCart admin panel table hover | Open Cart Know How