[open-ils-commits] r14272 - trunk/Open-ILS/xul/staff_client/server/skin (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Oct 6 00:06:46 EDT 2009


Author: phasefx
Date: 2009-10-06 00:06:43 -0400 (Tue, 06 Oct 2009)
New Revision: 14272

Modified:
   trunk/Open-ILS/xul/staff_client/server/skin/global.css
Log:
Style the cursor when hovering over a "link"

Modified: trunk/Open-ILS/xul/staff_client/server/skin/global.css
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/skin/global.css	2009-10-06 03:56:20 UTC (rev 14271)
+++ trunk/Open-ILS/xul/staff_client/server/skin/global.css	2009-10-06 04:06:43 UTC (rev 14272)
@@ -42,7 +42,7 @@
 .outline_me { -moz-outline: solid; }
 .clipboard_outline_me { -moz-outline: dotted thin gray; }
 
-.click_link { text-decoration: underline; color: blue; -moz-user-focus: normal; }
+.click_link { text-decoration: underline; color: blue; -moz-user-focus: normal; cursor: pointer; }
 
 tabpanel { border: 2px groove black; }
 caption { font-weight: bold; }



More information about the open-ils-commits mailing list