From 232e7bacff615cf8fe5c1cc4ab5f374b1eab0f76 Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Mon, 8 Dec 2003 23:41:15 +0000 Subject: [PATCH] show cursor in IE --- phpgwapi/templates/idots/css/idots.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/phpgwapi/templates/idots/css/idots.css b/phpgwapi/templates/idots/css/idots.css index 1fdef57164..176a11e6fa 100755 --- a/phpgwapi/templates/idots/css/idots.css +++ b/phpgwapi/templates/idots/css/idots.css @@ -30,30 +30,33 @@ img border-style:none; } -a:link +a:link,a:visited { + cursor:pointer; color: #006699; text-decoration: none; } +/* a:visited { color: #006699; text-decoration: none; } - -a:hover +*/ +a:hover,a:active { + cursor:pointer; color: #ff9933; text-decoration: underline; } - +/* a:active { color: #006699; text-decoration: underline; } - +*/ input,button { font-size: 11px; @@ -305,8 +308,12 @@ a.textSidebox #fmLocation { - margin-left:4px; + position:relative; + /*background-image:url(../images/buttonbackgroundscaled.png); + background-repeat: repeat-x;*/ + /*margin-left:4px;*/ margin-bottom:3px; + height:27px; }