Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2011-02-04 19:16:13 +0000
committerChris Goldthorpe2011-02-04 19:16:13 +0000
commit5bddc823adff472dd93e19d75d27e1a0425dc170 (patch)
treedf48aca8774b4978c890a1f48013e74f76fdc483 /org.eclipse.help.webapp/advanced/toolbar.jsp
parentf29338d7538c4bc6614987fd901a875462ecadba (diff)
downloadeclipse.platform.ua-5bddc823adff472dd93e19d75d27e1a0425dc170.tar.gz
eclipse.platform.ua-5bddc823adff472dd93e19d75d27e1a0425dc170.tar.xz
eclipse.platform.ua-5bddc823adff472dd93e19d75d27e1a0425dc170.zip
Bug 313914 - [Webapp] Incorrect use of Hand pointerv20110207
Diffstat (limited to 'org.eclipse.help.webapp/advanced/toolbar.jsp')
-rw-r--r--org.eclipse.help.webapp/advanced/toolbar.jsp10
1 files changed, 6 insertions, 4 deletions
diff --git a/org.eclipse.help.webapp/advanced/toolbar.jsp b/org.eclipse.help.webapp/advanced/toolbar.jsp
index 17410d5fe..4723436f5 100644
--- a/org.eclipse.help.webapp/advanced/toolbar.jsp
+++ b/org.eclipse.help.webapp/advanced/toolbar.jsp
@@ -1,5 +1,5 @@
<%--
- Copyright (c) 2000, 2010 IBM Corporation and others.
+ Copyright (c) 2000, 2011 IBM Corporation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -38,6 +38,10 @@ BODY {
font-weight:bold;
color:WindowText;
}
+
+a {
+ cursor : default
+}
.buttonOn a {
display:block;
@@ -106,9 +110,7 @@ if (data.isIE()){
<% if (data.isIE() || data.isMozilla() && "1.2.1".compareTo(data.getMozillaVersion()) <=0){
// maximize (last) button should not jump
%>
-#b<%=data.getButtons().length-1%>:hover{
- border:1px solid <%=prefs.getToolbarBackground()%>;
-}
+
<%}%>
.separator {

Back to the top