From 035320368473bddca375abea58216ce2ae0b6703 Mon Sep 17 00:00:00 2001 From: phamt Date: Fri, 8 Oct 2010 03:16:17 +0000 Subject: [PATCH] Change the cursor for tab links to be pointers. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7790 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-UI/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xCAT-UI/css/style.css b/xCAT-UI/css/style.css index 92b7a14eb..2dfdd2895 100644 --- a/xCAT-UI/css/style.css +++ b/xCAT-UI/css/style.css @@ -175,6 +175,10 @@ span.ui-icon-info { font: 12px verdana, arial, helvetica, sans-serif; } +.tab a { + cursor: pointer; +} + .tab .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0;