[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm
onken
onken@source.lon-capa.org
Tue, 16 Mar 2010 13:16:15 -0000
onken Tue Mar 16 13:16:15 2010 EDT
Modified files:
/loncom/interface loncommon.pm
Log:
Adds a new css-definition to change mouse-cursor to a hand/pointer style when hovering over items and item-inline-texts inside of "document creation/import"-panes.
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.950 loncom/interface/loncommon.pm:1.951
--- loncom/interface/loncommon.pm:1.950 Tue Mar 16 13:04:54 2010
+++ loncom/interface/loncommon.pm Tue Mar 16 13:16:15 2010
@@ -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 @@
vertical-align: middle;
}
+li.LC_menubuttons_inline_text img,a {
+ cursor:pointer;
+}
+
.LC_menubuttons_link {
text-decoration: none;
}