From 8a3cf53688d1eae8764b0f36d0e971fc786410fa Mon Sep 17 00:00:00 2001 From: "pchen%netscape.com" Date: Tue, 20 Jun 2000 04:56:37 +0000 Subject: [PATCH] Bug #41272. Make toolbar color #DDDDDD which is same as Mac 4.x and fixed main grippy image. r=don --- themes/classic/communicator/mac/toolbar.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/themes/classic/communicator/mac/toolbar.css b/themes/classic/communicator/mac/toolbar.css index 2c314e4011c3..f868e3873919 100644 --- a/themes/classic/communicator/mac/toolbar.css +++ b/themes/classic/communicator/mac/toolbar.css @@ -3,7 +3,7 @@ toolbar { - background-color : #CCCCCC; + background-color : #DDDDDD; border-bottom : 1px solid #003366; } @@ -23,15 +23,14 @@ toolbar[collapsed="true"] > toolbargrippy toolbargrippy:hover { - background-color : #99cccc !important; - background-image : url("chrome://global/skin/taskbar-tab-hover.gif") !important; + background-color : #003366 !important; + background-image : url("chrome://global/skin/taskbar-tab-trans.gif") !important; } .toolbar-primary { - background-image : url("chrome://global/skin/navbar-bg.gif"); - background-color : #CCCCCC; + background-color : #DDDDDD; padding : 0px; min-height : 47px; border : none; @@ -39,19 +38,19 @@ toolbargrippy:hover .toolbar-primary > toolbargrippy, .toolbar-standard > toolbargrippy { - background-color : #003366; - background-image : url("chrome://global/skin/taskbar-tab.gif"); + background-color : #DDDDDD; + background-image : url("chrome://global/skin/taskbar-tab-trans.gif"); background-repeat : no-repeat; } .toolbar-standard { color : white; - background-color : #003366; + background-color : #DDDDDD; padding : 0px; margin : 0px; border : none; - min-height : 46px; + min-height : 22px; }