From 365ec5747af6977e50bb624ff247e8dfe7f5cec8 Mon Sep 17 00:00:00 2001 From: Drew Willcoxon Date: Thu, 24 Aug 2017 10:01:01 -0700 Subject: [PATCH] Bug 1378560 - The order of items in the url bar should be (from right-to-left) bookmarks, page action menu. r=Gijs MozReview-Commit-ID: 8StaNxrvryT --HG-- extra : rebase_source : 638106ab10ac6ba85d2877aca24149c928412617 --- browser/base/content/browser.css | 1 + browser/base/content/browser.xul | 9 ++--- .../content/usercontext.css | 1 + .../themes/shared/urlbar-searchbar.inc.css | 36 ++++++++++++++++++- 4 files changed, 42 insertions(+), 5 deletions(-) diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index ff13cf0cb415..8f706b0ec6e7 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -666,6 +666,7 @@ html|input.urlbar-input[textoverflow]:not([focused]) { #urlbar[pageproxystate="invalid"] > #page-action-buttons > .urlbar-icon, #urlbar[pageproxystate="invalid"] > #page-action-buttons > .urlbar-icon-wrapper > .urlbar-icon, +#urlbar[pageproxystate="invalid"] > #page-action-buttons > #pageActionSeparator, .urlbar-go-button[pageproxystate="valid"], .urlbar-go-button:not([parentfocused="true"]), #urlbar[pageproxystate="invalid"] > #identity-box > #blocked-permissions-container, diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul index ee084b15bd50..a9b2093006e9 100644 --- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -856,6 +856,10 @@