--- loncom/interface/loncommon.pm 2010/03/16 13:04:54 1.950 +++ loncom/interface/loncommon.pm 2010/03/16 13:16:15 1.951 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.950 2010/03/16 13:04:54 onken Exp $ +# $Id: loncommon.pm,v 1.951 2010/03/16 13:16:15 onken Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5087,6 +5087,10 @@ td.LC_table_cell_checkbox { vertical-align: middle; } +li.LC_menubuttons_inline_text img,a { + cursor:pointer; +} + .LC_menubuttons_link { text-decoration: none; }