From c355d871afcf9ce42624920c7de84bac9c92b4f4 Mon Sep 17 00:00:00 2001 From: "hewitt%netscape.com" Date: Sat, 3 Nov 2001 00:59:23 +0000 Subject: [PATCH] bug 67768. composer: active edit mode tab should not use hardcoded white. patch by shuehan liang r=jag, sr=hewitt --- themes/classic/editor/mac/EditModeTabs.css | 59 --------------------- themes/classic/editor/win/EditModeTabs.css | 61 ---------------------- 2 files changed, 120 deletions(-) diff --git a/themes/classic/editor/mac/EditModeTabs.css b/themes/classic/editor/mac/EditModeTabs.css index 63cc9ae7658..e69de29bb2d 100644 --- a/themes/classic/editor/mac/EditModeTabs.css +++ b/themes/classic/editor/mac/EditModeTabs.css @@ -1,59 +0,0 @@ -/* ............. edit mode tabs ............... */ - -.tabs-bottom { - border-top: none; -} - -.tabs-bottom > .tabs-spacer { - border-top: 1px solid threedshadow !important; - border-bottom: none; -} - -/* ............. edit mode tabs ............... */ - -.tabs-bottom > tab { - margin-top: 0px; - margin-bottom: 2px; - border-top: none; - -moz-user-focus: ignore; -} - -.tabs-bottom > tab > .tab-box { - border-left: 1px solid threedhighlight; - border-top: 1px solid threedshadow; - border-right: 1px solid threedshadow; - border-bottom: 1px solid threedshadow; - -moz-border-radius: 0px 0px 4px 4px; -} - -/* ............. selected state ............... */ - -.tabs-bottom > tab[selected="true"] { - margin-bottom: 0px; -} - -.tabs-bottom > tab[selected="true"] > .tab-box { - background-color: #ffffff; - border-bottom: 1px solid threedshadow !important; - border-top: 1px solid #ffffff !important; -} - -/* ............. after selected ............... */ -.tabs-bottom > tab[afterselected="true"] { - border-left: none !important; -} - -.tabs-bottom > tab[afterselected="true"] > .tab-box { - border-left: none !important; -} - -/* ............. before selected ............... */ - -/* top & bottom tabs */ -.tabs-bottom > tab[beforeselected="true"] { - border-right: none !important; -} - -.tabs-bottom > tab[beforeselected="true"] > .tab-box { - border-right: none !important; -} diff --git a/themes/classic/editor/win/EditModeTabs.css b/themes/classic/editor/win/EditModeTabs.css index 22996d3782b..e69de29bb2d 100644 --- a/themes/classic/editor/win/EditModeTabs.css +++ b/themes/classic/editor/win/EditModeTabs.css @@ -1,61 +0,0 @@ -/* ............. edit mode tabs ............... */ - -.tabs-bottom { - border-top: none; -} - -.tabs-bottom > .tabs-spacer { - border-top: 1px solid ThreeDShadow !important; - border-bottom: none; -} - -/* ............. edit mode tabs ............... */ - -.tabs-bottom > tab { - margin-top: 0px; - margin-bottom: 2px; - border-top: none; - border-right: 1px solid ThreeDDarkShadow; - -moz-border-radius: 0px 0px 5px 5px; - -moz-user-focus: ignore; -} - -.tabs-bottom > tab > .tab-box { - border-left: 1px solid ThreeDHighlight; - border-top: 1px solid ThreeDShadow; - border-right: 1px solid ThreeDShadow; - border-bottom: 1px solid ThreeDShadow; - -moz-border-radius: 0px 0px 4px 4px; -} - -/* ............. selected state ............... */ - -.tabs-bottom > tab[selected="true"] { - margin-bottom: 0px; -} - -.tabs-bottom > tab[selected="true"] > .tab-box { - background-color: #ffffff; - border-bottom: 1px solid ThreeDShadow !important; - border-top: 1px solid #ffffff !important; -} - -/* ............. after selected ............... */ -.tabs-bottom > tab[afterselected="true"] { - border-left: none !important; -} - -.tabs-bottom > tab[afterselected="true"] > .tab-box { - border-left: none !important; -} - -/* ............. before selected ............... */ - -/* top & bottom tabs */ -.tabs-bottom > tab[beforeselected="true"] { - border-right: none !important; -} - -.tabs-bottom > tab[beforeselected="true"] > .tab-box { - border-right: none !important; -}