From b8aed86b197c42a9bd615b4b24ef22cd27c359b9 Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Fri, 2 Sep 2005 19:35:31 +0000 Subject: [PATCH] back out 301039 change that added unnecessary groove at the top of every window --- toolkit/themes/winstripe/global/toolbar.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/toolkit/themes/winstripe/global/toolbar.css b/toolkit/themes/winstripe/global/toolbar.css index 5d0f620b034..478a05b7123 100644 --- a/toolkit/themes/winstripe/global/toolbar.css +++ b/toolkit/themes/winstripe/global/toolbar.css @@ -47,6 +47,8 @@ toolbox { -moz-appearance: toolbox; background-color: -moz-Dialog; + border-top: 2px solid; + -moz-border-top-colors: ThreeDShadow ThreeDHighlight; } /* ::::: toolbar & menubar ::::: */ @@ -61,11 +63,7 @@ toolbar { toolbar[type="menubar"], menubar { min-width: 1px; border-bottom: 1px solid ThreeDShadow; -} - -toolbox > toolbar:first-child, toolbox > menubar:first-child { - border-top: 2px solid; - -moz-border-top-colors: ThreeDShadow ThreeDHighlight; + border-top: 0px !important; } /* ::::: toolbar decorations ::::: */