Code

Style update
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 6 Jun 2007 12:00:27 +0000 (12:00 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 6 Jun 2007 12:00:27 +0000 (12:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6555 594d385d-05f5-0310-b6e9-bd551577e9d8

html/themes/default/style.css

index e0f264b80b990bd2e441c154175ae9e7cc6c42d8..086e5830cb7b30778067990898fa20bded55bc37 100644 (file)
@@ -204,8 +204,6 @@ body {
        margin-top:0px;
        margin-bottom:0px;
        background-color:white;
-       background-image:url("images/border.png"); 
-       background-repeat:repeat-y;
        color:#00008F;
        font-family:arial,helvetica,sans-serif;
        font-size:12px;
@@ -238,6 +236,7 @@ a.maintitlebar, div.maintitlebar {
 a.maintitlebar:hover {
        text-decoration:none;
        background-color:#B0D3A0;
+       cursor:pointer;
 }
 
 p.menuheader {
@@ -272,6 +271,7 @@ p.menuitem {
 
 p.menuitem:hover {
        background-color:#d2f6c2;
+       cursor:pointer;
 }
 
 table.menuitem {
@@ -353,6 +353,7 @@ a.iconmenu:link {
 
 td.iconmenu:hover {
        background-color:#e0e0e0;
+       cursor:pointer;
 }
 
 a.iconmenu:visited {