/* This file only to be used in store/extlist.php as it overrides style.css
   and adds to extlistStyleAll.css */
   
 
/* JS script enabled: show column headers are clickable */
thead { 
cursor: pointer;
}

th:hover {
background-color: #393;
cursor: pointer;
}