From 7d3248da403d45f7e3310786de23b5f806441848 Mon Sep 17 00:00:00 2001 From: Steve Swanson Date: Tue, 25 Apr 2006 14:54:32 +0000 Subject: [PATCH] Reduced the opacity for style 3's coolmenus --- docs/upgrades/7fixup/style3/coolmenu.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/upgrades/7fixup/style3/coolmenu.tmpl b/docs/upgrades/7fixup/style3/coolmenu.tmpl index 6221aa7c4..16ee80ad0 100644 --- a/docs/upgrades/7fixup/style3/coolmenu.tmpl +++ b/docs/upgrades/7fixup/style3/coolmenu.tmpl @@ -206,9 +206,9 @@ coolmenu.construct(); } .cLevel1border { - opacity:0.8; - -moz-opacity:0.8; - -khtml-opacity:0.8; + opacity:0.9; + -moz-opacity:0.9; + -khtml-opacity:0.9; position: absolute; visibility: hidden; background-color: #444; @@ -242,9 +242,9 @@ coolmenu.construct(); } .cLevel2border { - opacity:0.8; - -moz-opacity:0.8; - -khtml-opacity:0.8; + opacity:0.9; + -moz-opacity:0.9; + -khtml-opacity:0.9; position: absolute; visibility: hidden; background-color: #444;