From 842910b06d813d3963f10b442237ca257c9dac3a Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 6 Oct 2009 04:06:43 +0000 Subject: [PATCH] Style the cursor when hovering over a "link" 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.11.0