From 4c929a72fb5baad35ebfcc7a22c793ee7b69be61 Mon Sep 17 00:00:00 2001 From: Neil Rashbrook Date: Sun, 13 Mar 2011 21:26:48 +0000 Subject: [PATCH] Bug Bug 420421 Fix display of autocomplete history dropmarker on Linux r=IanN --- editor/ui/dialogs/content/EdDialogOverlay.xul | 2 +- mailnews/compose/content/MsgAttachPage.xul | 2 +- suite/browser/navigator.xul | 2 +- suite/browser/urlbarBindings.xml | 30 +++++++++++++++++++ suite/common/communicator.css | 4 +++ suite/common/openLocation.xul | 2 +- suite/themes/classic/navigator/navigator.css | 13 ++------ 7 files changed, 40 insertions(+), 15 deletions(-) diff --git a/editor/ui/dialogs/content/EdDialogOverlay.xul b/editor/ui/dialogs/content/EdDialogOverlay.xul index e2a3c68d9c..dbba188bb0 100644 --- a/editor/ui/dialogs/content/EdDialogOverlay.xul +++ b/editor/ui/dialogs/content/EdDialogOverlay.xul @@ -87,7 +87,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + .autocomplete-history-dropmarker { + display: -moz-box; +} + /******* lightweight themes *******/ window[lwtheme="true"] { background-repeat: no-repeat; diff --git a/suite/common/openLocation.xul b/suite/common/openLocation.xul index ea103fe455..c1f9df4f9c 100644 --- a/suite/common/openLocation.xul +++ b/suite/common/openLocation.xul @@ -74,7 +74,7 @@ #window-controls > toolbarbutton > .toolbarbutton-icon { min-width: 0px; } -#urlbar { - border: 3px solid; - -moz-border-top-colors: transparent ThreeDShadow ThreeDDarkShadow; - -moz-border-right-colors: transparent ThreeDHighlight ThreeDDarkShadow; - -moz-border-bottom-colors: transparent ThreeDHighlight ThreeDDarkShadow; - -moz-border-left-colors: transparent ThreeDShadow ThreeDDarkShadow; -} - -#urlbar[level="high"] > .autocomplete-textbox-container, -#urlbar[level="low"] > .autocomplete-textbox-container { - -moz-appearance: none; +.urlbar-security-level[level="high"], +.urlbar-security-level[level="low"] { background-color: InfoBackground; color: InfoText; }