Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2008-04-30 20:28:06 +0000
committerChris Goldthorpe2008-04-30 20:28:06 +0000
commitb4736b23cf3974da1651e95915d277156ec9295e (patch)
tree14e43cb5ab66ac497b11b6cdf9fe9ebf899bb727 /org.eclipse.help.webapp/advanced/indexView.css
parente06546ddaf3bc84d5d68ecc213e222c5882b6162 (diff)
downloadeclipse.platform.ua-b4736b23cf3974da1651e95915d277156ec9295e.tar.gz
eclipse.platform.ua-b4736b23cf3974da1651e95915d277156ec9295e.tar.xz
eclipse.platform.ua-b4736b23cf3974da1651e95915d277156ec9295e.zip
Bug 229664 – [Webapp] Selected items in TOC on OSX have dark background and are not readablev20080430
Diffstat (limited to 'org.eclipse.help.webapp/advanced/indexView.css')
-rw-r--r--org.eclipse.help.webapp/advanced/indexView.css11
1 files changed, 2 insertions, 9 deletions
diff --git a/org.eclipse.help.webapp/advanced/indexView.css b/org.eclipse.help.webapp/advanced/indexView.css
index a084f27d2..00b19dff8 100644
--- a/org.eclipse.help.webapp/advanced/indexView.css
+++ b/org.eclipse.help.webapp/advanced/indexView.css
@@ -164,7 +164,8 @@ A:hover{
}
A.active{
- color:HighlightText;
+ color:HighlightText;
+ background:Highlight;
width:100%;
}
@@ -176,10 +177,6 @@ A.active:hover{
if (requestData.isSafari()){
%>
-A.active{
- background:DarkBlue;
-}
-
A.nolink {
color:#808080;
}
@@ -188,10 +185,6 @@ A.nolink {
} else {
%>
-A.active{
- background:Highlight;
-}
-
A.nolink {
color:GrayText;
}

Back to the top