/* This file only to be used in storage/extlist.php as it overrides style.css
   and adds to extlistStyleAll.css.
   It is intended for when the user has JavaScript enabled. */
 
/* JS script enabled: show column headers are clickable */
thead { 
	cursor: pointer;
}
th:hover {
	background-color: #393;
	cursor: pointer;
}
