Code

Added cursor tag to menu entries
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Dec 2008 14:25:01 +0000 (14:25 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 19 Dec 2008 14:25:01 +0000 (14:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13326 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/default/style.css

index eddf54554f3495b1f2f22b906f70aa74f9eec1b6..4f12a7c6851635e074fdfbf179e1b49bc8fde8eb 100644 (file)
@@ -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 {