From: hickert Date: Fri, 19 Dec 2008 14:25:01 +0000 (+0000) Subject: Added cursor tag to menu entries X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=96bc0b95223aec9a26b6ce0a74ae13d7b279e7fc;p=gosa.git Added cursor tag to menu entries git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13326 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index eddf54554..4f12a7c68 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -279,6 +279,7 @@ p.menuitem { font-weight:normal; font-size:12px; text-align:left; + cursor: pointer; padding-left:15px; padding-top:2px; padding-bottom:2px; @@ -366,6 +367,10 @@ a.menuitem:hover { text-decoration:none; } +td.iconmenu { + cursor:pointer; +} + a.iconmenu:link { text-decoration:none; color:#00008f; @@ -373,7 +378,6 @@ a.iconmenu:link { td.iconmenu:hover { background-color:#F0F0F0; - cursor:pointer; } a.iconmenu:visited {