From 6bd7e1ffb3d19e3a43a1bd69128651600a695076 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 6 Jun 2007 12:02:07 +0000 Subject: [PATCH] Adde hover icon shape git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6556 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/themes/default/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/themes/default/style.css b/html/themes/default/style.css index 9c1768f7f..1ac7ad705 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -247,6 +247,7 @@ a.maintitlebar, div.maintitlebar { a.maintitlebar:hover { text-decoration:none; background-color:#B0D3A0; + cursor:pointer; } p.menuheader { @@ -282,6 +283,7 @@ p.menuitem { p.menuitem:hover { background-color:#F0F0F0; + cursor:pointer; } table.menuitem { @@ -294,6 +296,7 @@ table.menuitem { table.menuitem:hover { background-color:#F0F0F0; + cursor:pointer; } @@ -363,6 +366,7 @@ a.iconmenu:link { td.iconmenu:hover { background-color:#F0F0F0; + cursor:pointer; } a.iconmenu:visited { -- 2.30.2