diff --git a/phpgwapi/templates/idots/css/idots.css b/phpgwapi/templates/idots/css/idots.css index 0b43769df6..55c3bb78fc 100755 --- a/phpgwapi/templates/idots/css/idots.css +++ b/phpgwapi/templates/idots/css/idots.css @@ -104,7 +104,7 @@ input[type=submit],input[type=button],input[type=reset],button,.egwbutton padding: 1px; cursor: pointer; color: #004e7d; - cursor: hand; +/* cursor: hand; */ } input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover @@ -123,15 +123,15 @@ input[type=submit]:active,input[type=button]:active,input[type=reset]:active,but input.egwbutton { - background-color:#c5c5c5; - border: outset 1px #dcdad5; - background-color:#b9d5e3; - border: outset 1px #b9d5e3; - margin: 1px; - padding: 1px; - cursor: pointer; - color: #004e7d; - cursor: hand; + background-color:#c5c5c5; + border: outset 1px #dcdad5; + background-color:#b9d5e3; + border: outset 1px #b9d5e3; + margin: 1px; + padding: 1px; + cursor: pointer; + color: #004e7d; +/* cursor: hand; */ } input.egwbutton:hover @@ -149,9 +149,9 @@ input.egwbutton:active input[type=image] { - cursor: pointer; - cursor: hand; - border: 0; + cursor: pointer; +/* cursor: hand; */ + border: 0; } .divLoginbox,.divSidebox diff --git a/phpgwapi/templates/idots/print.css b/phpgwapi/templates/idots/print.css index 480e12459c..7cba1ad4a1 100644 --- a/phpgwapi/templates/idots/print.css +++ b/phpgwapi/templates/idots/print.css @@ -54,6 +54,6 @@ tr.th td { /* show links as regular text */ a,a:link,a:visited,a:hover { - font-style: none; + font-style: normal; color: black; } \ No newline at end of file