From: phasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Tue, 6 Oct 2009 04:06:43 +0000 (+0000)
Subject: Style the cursor when hovering over a "link"
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=842910b06d813d3963f10b442237ca257c9dac3a;p=evergreen%2Fmasslnc.git

Style the cursor when hovering over a "link"

git-svn-id: svn://svn.open-ils.org/ILS/trunk@14272 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/xul/staff_client/server/skin/global.css b/Open-ILS/xul/staff_client/server/skin/global.css
index 6b3145e064..2e6b61e3f7 100644
--- a/Open-ILS/xul/staff_client/server/skin/global.css
+++ b/Open-ILS/xul/staff_client/server/skin/global.css
@@ -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; }