Style the cursor when hovering over a "link"
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 6 Oct 2009 04:06:43 +0000 (04:06 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 6 Oct 2009 04:06:43 +0000 (04:06 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14272 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/skin/global.css

index 6b3145e..2e6b61e 100644 (file)
@@ -42,7 +42,7 @@ messagecatalog { -moz-binding: url('/xul/server/main/bindings.xml#messagecatalog
 .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; }