X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=html%2Fthemes%2Fdefault%2Fstyle.css;h=6a6fba1bf42c6cf08ca1e283a5d3277554c687b8;hb=e15935617131743471cdc8cedc4825fc7e9692ef;hp=c63509f37dd0a9631fb158587e6593e7c967d7f6;hpb=9717f4d228169369fc0b4e994af81a5a06d291b1;p=gosa.git diff --git a/html/themes/default/style.css b/html/themes/default/style.css index c63509f37..6a6fba1bf 100644 --- a/html/themes/default/style.css +++ b/html/themes/default/style.css @@ -231,6 +231,7 @@ a.maintitlebar, div.maintitlebar { font-size:12px; text-align:center; vertical-align:middle; + cursor:pointer; } a.maintitlebar:hover { @@ -267,6 +268,7 @@ p.menuitem { margin:2px; background-color:#dfffdf; padding-right:5px; + cursor:pointer; } p.menuitem:hover { @@ -351,6 +353,10 @@ a.iconmenu:link { color:#00008f; } +td.iconmenu { + cursor:pointer; +} + td.iconmenu:hover { background-color:#e0e0e0; cursor:pointer; @@ -610,6 +616,7 @@ td.gosaLoginBack { width:606px; height:406px; background:url(images/login.png); + background-repeat:no-repeat; vertical-align:top; }